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