SDL_GetGamepadSensorDataRate - Man Page
Get the data rate (number of events per second) of a gamepad sensor.
Header File
Defined in SDL3/SDL_gamepad.h
Synopsis
#include "SDL3/SDL.h" float SDL_GetGamepadSensorDataRate(SDL_Gamepad *gamepad, SDL_SensorType type);
Function Parameters
- gamepad
the gamepad to query.
- type
the type of sensor to query.
Return Value
Returns the data rate, or 0.0f if the data rate is not available.
Availability
This function is available since SDL 3.2.0.
Referenced By
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS