mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 03:50:59 +00:00
Merge pull request #85 from Susko3/add-hint-ime-show-ui
This commit is contained in:
commit
6dd9f14040
|
@ -711,6 +711,10 @@ namespace SDL2
|
|||
public const string SDL_HINT_VIDEO_WAYLAND_ALLOW_LIBDECOR =
|
||||
"SDL_VIDEO_WAYLAND_ALLOW_LIBDECOR";
|
||||
|
||||
/* Only available in 2.0.18 or higher. Non-exhaustive list. */
|
||||
public const string SDL_HINT_IME_SHOW_UI =
|
||||
"SDL_IME_SHOW_UI";
|
||||
|
||||
public enum SDL_HintPriority
|
||||
{
|
||||
SDL_HINT_DEFAULT,
|
||||
|
|
Loading…
Reference in a new issue