Struct ControllerAxisEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl controller axis event
public struct ControllerAxisEventInherited Members
Fields
axis
The axis
public byte axisField Value
timestamp
The timestamp
public uint timestampField Value
type
The type
public EventType typeField Value
which
The which SDL_JoystickID
public int which