(svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the focus.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user