SDL API renaming: SDL_sensor.h

Fixes https://github.com/libsdl-org/SDL/issues/6888
This commit is contained in:
Sam Lantinga 2022-12-27 06:23:39 -08:00
parent 0d54115235
commit 2db699f48e
12 changed files with 152 additions and 90 deletions
include/SDL3

View file

@ -308,8 +308,8 @@ extern "C" {
*
* This variable can be set to the following values:
*
* "0" - You'll call SDL_SensorUpdate() manually
* "1" - SDL will automatically call SDL_SensorUpdate() (default)
* "0" - You'll call SDL_UpdateSensors() manually
* "1" - SDL will automatically call SDL_UpdateSensors() (default)
*
* This hint can be toggled on and off at runtime.
*/