(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:
@@ -582,10 +582,7 @@ public:
|
||||
*/
|
||||
virtual void OnFocus() {}
|
||||
|
||||
/**
|
||||
* Called when window looses focus
|
||||
*/
|
||||
virtual void OnFocusLost() {}
|
||||
virtual void OnFocusLost();
|
||||
|
||||
/**
|
||||
* A key has been pressed.
|
||||
|
Reference in New Issue
Block a user