equal
deleted
inserted
replaced
387 * "1" - The accelerometer is available as a 3 axis joystick (the default). |
387 * "1" - The accelerometer is available as a 3 axis joystick (the default). |
388 */ |
388 */ |
389 #define SDL_HINT_ACCELEROMETER_AS_JOYSTICK "SDL_ACCELEROMETER_AS_JOYSTICK" |
389 #define SDL_HINT_ACCELEROMETER_AS_JOYSTICK "SDL_ACCELEROMETER_AS_JOYSTICK" |
390 |
390 |
391 /** |
391 /** |
392 * \brief A variable controlling whether the Android / iOS remotes |
392 * \brief A variable controlling whether the Android / tvOS remotes |
393 * should be listed as joystick devices, instead of sending keyboard events. |
393 * should be listed as joystick devices, instead of sending keyboard events. |
394 * |
394 * |
395 * This variable can be set to the following values: |
395 * This variable can be set to the following values: |
396 * "0" - Remotes send enter/escape/arrow key events |
396 * "0" - Remotes send enter/escape/arrow key events |
397 * "1" - Remotes are available as 2 axis, 2 button joysticks (the default). |
397 * "1" - Remotes are available as 2 axis, 2 button joysticks (the default). |