Struct ControllerSensorEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl controller sensor event
public struct ControllerSensorEventInherited Members
Fields
data1
The data
public readonly float data1Field Value
data2
The data
public readonly float data2Field Value
data3
The data
public readonly float data3Field Value
sensor
The sensor
public readonly int sensorField Value
timestamp
The timestamp
public readonly uint timestampField Value
type
The type
public readonly uint typeField Value
which
The which SDL_JoystickID
public readonly int which