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