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