Add basic IME support to SDL2 video driver

This commit is contained in:
Jonathan G Rennison
2019-10-06 01:10:41 +01:00
parent edfd378e93
commit a4c677a571
7 changed files with 59 additions and 2 deletions

View File

@@ -88,6 +88,11 @@ public:
return true;
}
/**
* An edit box gained the input focus
*/
virtual void EditBoxGainedFocus() {}
/**
* An edit box lost the input focus. Abort character compositing if necessary.
*/