logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GamepadSensorEnabled - Query whether sensor data reporting is enabled for a gamepad.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

gamepad
              the gamepad to query.

       type   the type of sensor to query.

Name

       SDL_GamepadSensorEnabled - Query whether sensor data reporting is enabled for a gamepad.

Return Value

       Returns true if the sensor is enabled, false otherwise.

See Also

SDL_SetGamepadSensorEnabled(3)

Simple Directmedia Layer                           SDL 3.2.20                        SDL_GamepadSensorEnabled(3)

Synopsis

#include<SDL3/SDL_gamepad.h>boolSDL_GamepadSensorEnabled(SDL_Gamepad*gamepad,SDL_SensorTypetype);

See Also