Support Unicode Keyboard Input

This commit is contained in:
Thomas Bernard
2018-02-15 14:46:44 +01:00
parent 689aebf264
commit 144d10b682
5 changed files with 13 additions and 5 deletions

View File

@@ -97,6 +97,8 @@ GFX2_GLOBAL dword Key;
/// This is mostly used when the user enters text (filename, etc).
GFX2_GLOBAL dword Key_ANSI;
GFX2_GLOBAL dword Key_UNICODE;
// Keyboard modifiers
// (Name conflict with windows.h)
#ifdef MOD_SHIFT