mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Renamed SDL_HINT_LINUX_DIGITAL_HATS to SDL_HINT_JOYSTICK_LINUX_DIGITAL_HATS
This commit is contained in:
parent
b557c15bcf
commit
39cfb437ed
5 changed files with 9 additions and 2 deletions
|
@ -1232,7 +1232,7 @@ extern "C" {
|
|||
*
|
||||
* This hint should be set before a controller is opened.
|
||||
*/
|
||||
#define SDL_HINT_LINUX_DIGITAL_HATS "SDL_LINUX_DIGITAL_HATS"
|
||||
#define SDL_HINT_JOYSTICK_LINUX_DIGITAL_HATS "SDL_JOYSTICK_LINUX_DIGITAL_HATS"
|
||||
|
||||
/**
|
||||
* A variable controlling whether digital hats on Linux will apply deadzones to their underlying input axes or use unfiltered values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue