SDL 3.0
|
#include <SDL_joystick.h>
Data Fields | |
SDL_SensorType | type |
float | rate |
The structure that describes a virtual joystick sensor.
Definition at line 408 of file SDL_joystick.h.
float SDL_VirtualJoystickSensorDesc::rate |
the update frequency of this sensor, may be 0.0f
Definition at line 411 of file SDL_joystick.h.
SDL_SensorType SDL_VirtualJoystickSensorDesc::type |
the type of this sensor
Definition at line 410 of file SDL_joystick.h.