mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 19:55:35 +00:00
Add SDL_HINT_TV_REMOTE_AS_JOYSTICK
This commit is contained in:
parent
386ebcfcc9
commit
d0d0ae0071
|
@ -353,6 +353,8 @@ namespace SDL2
|
|||
/* Only available in 2.0.8 or higher */
|
||||
public const string SDL_HINT_IOS_HIDE_HOME_INDICATOR =
|
||||
"SDL_IOS_HIDE_HOME_INDICATOR";
|
||||
public const string SDL_HINT_TV_REMOTE_AS_JOYSTICK =
|
||||
"SDL_TV_REMOTE_AS_JOYSTICK";
|
||||
|
||||
/* Only available in 2.0.9 or higher */
|
||||
public const string SDL_HINT_MOUSE_DOUBLE_CLICK_TIME =
|
||||
|
|
Loading…
Reference in a new issue