Prepare GUI for IME support

This commit is contained in:
yw05
2021-03-30 13:52:45 +02:00
committed by sfan5
parent d7127df9f8
commit 32004b9c5f
7 changed files with 122 additions and 56 deletions

View File

@ -656,6 +656,10 @@ bool CGUIEnvironment::postEventFromUser(const SEvent& event)
}
}
break;
case EET_STRING_INPUT_EVENT:
if (Focus && Focus->OnEvent(event))
return true;
break;
default:
break;
} // end switch