mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 03:17:42 +00:00
Renamed SDL_HINT_LINUX_JOYSTICK_CLASSIC to SDL_HINT_JOYSTICK_LINUX_CLASSIC
This commit is contained in:
parent
1f7936d545
commit
980c379a0b
5 changed files with 9 additions and 2 deletions
|
@ -1210,7 +1210,7 @@ extern "C" {
|
|||
*
|
||||
* This hint should be set before SDL is initialized.
|
||||
*/
|
||||
#define SDL_HINT_LINUX_JOYSTICK_CLASSIC "SDL_LINUX_JOYSTICK_CLASSIC"
|
||||
#define SDL_HINT_JOYSTICK_LINUX_CLASSIC "SDL_JOYSTICK_LINUX_CLASSIC"
|
||||
|
||||
/**
|
||||
* A variable controlling whether joysticks on Linux adhere to their HID-defined deadzones or return unfiltered values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue