Struct ControllerButtonEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl controller button event
public struct ControllerButtonEvent
Inherited Members
Fields
button
The button
public byte button
Field Value
state
The state
public byte state
Field Value
timestamp
The timestamp
public uint timestamp
Field Value
type
The type
public EventType type
Field Value
which
The which SDL_JoystickID
public int which