Renamed SDL_HINT_DIRECTINPUT_ENABLED to SDL_HINT_JOYSTICK_DIRECTINPUT
This commit is contained in:
parent
a5da7d0dd5
commit
fd5d761128
6 changed files with 10 additions and 3 deletions
|
@ -364,7 +364,7 @@ extern "C" {
|
|||
*
|
||||
* This hint should be set before SDL is initialized.
|
||||
*/
|
||||
#define SDL_HINT_DIRECTINPUT_ENABLED "SDL_DIRECTINPUT_ENABLED"
|
||||
#define SDL_HINT_JOYSTICK_DIRECTINPUT "SDL_JOYSTICK_DIRECTINPUT"
|
||||
|
||||
/**
|
||||
* Override for SDL_GetDisplayUsableBounds()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue