(svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the focus.

This commit is contained in:
michi_cc
2013-08-05 20:37:33 +00:00
parent de097dd989
commit e4d48f3a3b
2 changed files with 19 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ public:
*/
/* virtual */ bool AfterBlitterChange();
/**
* An edit box lost the input focus. Abort character compositing if necessary.
*/
/* virtual */ void EditBoxLostFocus();
/** Return driver name
* @return driver name
*/