(svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system.

This commit is contained in:
michi_cc
2013-08-05 20:37:06 +00:00
parent 13873d2534
commit 7422120014
14 changed files with 118 additions and 35 deletions

View File

@@ -71,6 +71,7 @@ extern Dimension _cur_resolution;
extern Palette _cur_palette; ///< Current palette
void HandleKeypress(uint keycode, WChar key);
void HandleTextInput(const char *str);
void HandleCtrlChanged();
void HandleMouseEvents();
void CSleep(int milliseconds);