gdk: Virtual keyboard and text input backend

This commit is contained in:
Nikita Krapivin
2023-06-01 01:09:34 +05:00
committed by Sam Lantinga
parent b6a88b0339
commit c886e80675
8 changed files with 497 additions and 0 deletions

View File

@@ -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_ */