|
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 446 of file SDL_joystick.h.
| float SDL_VirtualJoystickSensorDesc::rate |
the update frequency of this sensor, may be 0.0f
Definition at line 449 of file SDL_joystick.h.
| SDL_SensorType SDL_VirtualJoystickSensorDesc::type |
the type of this sensor
Definition at line 448 of file SDL_joystick.h.