mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: SDL3: Remove use of SDL_HINT_IME_NATIVE_UI.
This commit is contained in:
parent
ccf3ee674a
commit
67216910fb
3 changed files with 2 additions and 6 deletions
|
|
@ -57,9 +57,6 @@ int main(int, char**)
|
|||
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 0);
|
||||
#endif
|
||||
|
||||
// Enable native IME.
|
||||
SDL_SetHint(SDL_HINT_IME_SHOW_UI, "1");
|
||||
|
||||
// Create window with graphics context
|
||||
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
|
||||
SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 24);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue