(svn r25680) -Codechange: [Win32] Cancel the current IME composition when the input focus changes.

This commit is contained in:
michi_cc
2013-08-05 20:37:11 +00:00
parent 7422120014
commit 21126aec62
2 changed files with 21 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ public:
/* virtual */ bool ClaimMousePointer();
/* virtual */ void EditBoxLostFocus();
/* virtual */ const char *GetName() const { return "win32"; }
bool MakeWindow(bool full_screen);