SDL: Improve handling of IMEs (#285)

* Set text input rectangle for IMEs
* Avoid unnecessarily "restarting" text input
This commit is contained in:
y5nw
2024-02-09 00:08:03 +01:00
committed by GitHub
parent f1504093d1
commit 6779ac83f9
2 changed files with 22 additions and 1 deletions

View File

@ -303,6 +303,8 @@ namespace irr
bool Resizable;
core::rect<s32> lastElemPos;
struct SKeyMap
{
SKeyMap() {}