SDL_GetSensorID - Man Page

Get the instance ID of a sensor.

Synopsis

#include <SDL3/SDL_sensor.h>

SDL_SensorID SDL_GetSensorID(SDL_Sensor *sensor);

Function Parameters

sensor

the SDL_Sensor object to inspect.

Return Value

Returns the sensor instance ID, or 0 on failure; call SDL_GetError() for more information.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS