mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 12:48:28 +00:00
SDL API renaming: SDL_sensor.h
Fixes https://github.com/libsdl-org/SDL/issues/6888
This commit is contained in:
parent
0d54115235
commit
2db699f48e
12 changed files with 152 additions and 90 deletions
include/SDL3
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue