- attempt to get international unicode characters working in ingame chat

This commit is contained in:
Mark Vejvoda
2011-09-16 17:35:07 +00:00
parent 2e9ca4c0f5
commit b4972f6365
3 changed files with 132 additions and 6 deletions

View File

@@ -199,6 +199,9 @@ bool isKeyPressed(SDLKey compareKey, SDL_KeyboardEvent input, bool modifiersAllo
SDLKey extractKeyPressed(SDL_KeyboardEvent input);
bool isAllowedInputTextKey(SDLKey key);
wchar_t extractKeyPressedUnicode(SDL_KeyboardEvent input);
bool isAllowedInputTextKey(wchar_t &key);
}}//end namespace
#endif