SDL_ControllerSensorEvent

Undocumented in source.
static if(sdlSupport >= SDLSupport.sdl2014)
struct SDL_ControllerSensorEvent {}

Members

Variables

data
float[3] data;
Undocumented in source.
sensor
int sensor;
Undocumented in source.
timestamp
uint timestamp;
Undocumented in source.
type
uint type;
Undocumented in source.
which
SDL_JoystickID which;
Undocumented in source.

Meta