Support Unicode characters properly in SDL2 (#114)

This commit is contained in:
ndren
2022-07-17 11:08:37 +01:00
committed by GitHub
parent 748e005794
commit 67c0cb5740
2 changed files with 17 additions and 86 deletions

View File

@ -224,9 +224,6 @@ namespace irr
static EM_BOOL MouseLeaveCallback(int eventType, const EmscriptenMouseEvent *mouseEvent, void *userData);
#endif
// Check if it's a special key like left, right, up down and so on which shouldn't have a Unicode character.
bool isNoUnicodeKey(EKEY_CODE key) const;
//! create the driver
void createDriver();