(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:
@@ -73,6 +73,11 @@ public:
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* An edit box lost the input focus. Abort character compositing if necessary.
|
||||
*/
|
||||
virtual void EditBoxLostFocus() {}
|
||||
};
|
||||
|
||||
/** Base of the factory for the video drivers. */
|
||||
|
||||
Reference in New Issue
Block a user