mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 04:01:00 +00:00
Add SDL_HINT_IME_SHOW_UI
SDL 2.0.18 doesn't exist yet, but I'm guessing https://github.com/libsdl-org/SDL/pull/4707 will make it in. That PR is already included in our current libs.
This commit is contained in:
parent
9ad2ef91d4
commit
9a854009f0
|
@ -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