[SDL] Avoid unnecessarily "restarting" text input

This commit is contained in:
y5nw
2024-02-08 00:36:00 +01:00
parent 0e8efb6225
commit 1930b11346
2 changed files with 27 additions and 8 deletions

View File

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