The structure that describes a virtual joystick sensor.
Defined in <SDL3/SDL_joystick.h>
typedef struct SDL_VirtualJoystickSensorDesc
{/**< the type of this sensor */
SDL_SensorType type; float rate; /**< the update frequency of this sensor, may be 0.0f */
} SDL_VirtualJoystickSensorDesc;
This struct is available since SDL 3.1.3.