SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS defaults to true, to match Steam's default behavior
This commit is contained in:
parent
61f5cf85e1
commit
3ea1eb5600
2 changed files with 2 additions and 2 deletions
|
@ -507,7 +507,7 @@ extern "C" {
|
|||
* "0" - Report the face buttons by position, as though they were on an Xbox controller.
|
||||
* "1" - Report the face buttons by label instead of position
|
||||
*
|
||||
* The default value is "0". This hint may be set at any time.
|
||||
* The default value is "1". This hint may be set at any time.
|
||||
*/
|
||||
#define SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS "SDL_GAMECONTROLLER_USE_BUTTON_LABELS"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue