Struct ControllerAxisEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl controller axis event
public struct ControllerAxisEvent
Inherited Members
Fields
axis
The axis
public byte axis
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