mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 15:08:31 +00:00
Default SDL_HINT_JOYSTICK_GAMEINPUT to "1" on GDK platforms
This commit is contained in:

committed by
Sam Lantinga

parent
ed87e7e434
commit
5b6342a00d
@@ -1244,9 +1244,11 @@ extern "C" {
|
||||
*
|
||||
* The variable can be set to the following values:
|
||||
*
|
||||
* - "0": GameInput is not used. (default)
|
||||
* - "0": GameInput is not used.
|
||||
* - "1": GameInput is used.
|
||||
*
|
||||
* The default is "1" on GDK platforms, and "0" otherwise.
|
||||
*
|
||||
* This hint should be set before SDL is initialized.
|
||||
*
|
||||
* \since This hint is available since SDL 3.0.0.
|
||||
|
Reference in New Issue
Block a user