Struct ControllerSensorEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl controller sensor event
public struct ControllerSensorEvent
Inherited Members
Fields
data1
The data
public readonly float data1
Field Value
data2
The data
public readonly float data2
Field Value
data3
The data
public readonly float data3
Field Value
sensor
The sensor
public readonly int sensor
Field Value
timestamp
The timestamp
public readonly uint timestamp
Field Value
type
The type
public readonly uint type
Field Value
which
The which SDL_JoystickID
public readonly int which