Minimal implementation of textinput events for x11. It only works for latin-1.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402709
This commit is contained in:
Bob Pendleton 2008-01-15 22:37:17 +00:00
parent 05ad8bbf51
commit 79041b0a87
6 changed files with 38 additions and 11 deletions

View file

@ -48,6 +48,9 @@ struct SDL_Keyboard
#endif
extern int SDL_TranslateUNICODE;
/* convert UCS4 to utf8 */
extern char *SDL_Ucs4ToUtf8(Uint32 ch, char *dst);
/* Initialize the keyboard subsystem */
extern int SDL_KeyboardInit(void);