mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-02-02 06:41:08 +00:00
Fix TOUCH_MOUSE_EVENTS string
This commit is contained in:
parent
776b77c27f
commit
b9939c43e3
|
@ -308,7 +308,7 @@ namespace SDL2
|
|||
public const string SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE =
|
||||
"SDL_MOUSE_RELATIVE_SPEED_SCALE";
|
||||
public const string SDL_HINT_TOUCH_MOUSE_EVENTS =
|
||||
"SDL_HINT_TOUCH_MOUSE_EVENTS";
|
||||
"SDL_TOUCH_MOUSE_EVENTS";
|
||||
|
||||
public enum SDL_HintPriority
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue