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_CloseSensor - Close a sensor previously opened with SDL_OpenSensor().

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                                 SDL_CloseSensor(3)

Function Parameters

sensor the SDL_Sensor object to close.

Name

       SDL_CloseSensor - Close a sensor previously opened with SDL_OpenSensor().

Synopsis

#include<SDL3/SDL_sensor.h>voidSDL_CloseSensor(SDL_Sensor*sensor);

See Also