(svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition.

This commit is contained in:
michi_cc
2013-08-05 20:37:02 +00:00
parent b2d68431d5
commit 07cd393f7e
5 changed files with 30 additions and 5 deletions

View File

@@ -582,10 +582,7 @@ public:
*/
virtual void OnFocus() {}
/**
* Called when window looses focus
*/
virtual void OnFocusLost() {}
virtual void OnFocusLost();
/**
* A key has been pressed.