mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 23:06:03 +00:00
gdk: Virtual keyboard and text input backend
This commit is contained in:

committed by
Sam Lantinga

parent
b6a88b0339
commit
c886e80675
@@ -245,4 +245,7 @@
|
||||
/* Enable filesystem support */
|
||||
#define SDL_FILESYSTEM_WINDOWS 1
|
||||
|
||||
/* Use the (inferior) GDK text input method for GDK platforms */
|
||||
/*#define SDL_GDK_TEXTINPUT 1*/
|
||||
|
||||
#endif /* SDL_build_config_wingdk_h_ */
|
||||
|
@@ -231,5 +231,7 @@
|
||||
|
||||
/* Disable IME as not supported yet (TODO: Xbox IME?) */
|
||||
#define SDL_DISABLE_WINDOWS_IME 1
|
||||
/* Use the (inferior) GDK text input method for GDK platforms */
|
||||
#define SDL_GDK_TEXTINPUT 1
|
||||
|
||||
#endif /* SDL_build_config_wingdk_h_ */
|
||||
|
Reference in New Issue
Block a user