~ WIP input IME
This commit is contained in:
@@ -323,6 +323,8 @@ namespace Nz
|
||||
static String GetKeyName(VKey key);
|
||||
static bool IsKeyPressed(Scancode scancode);
|
||||
static bool IsKeyPressed(VKey key);
|
||||
static void StartTextInput();
|
||||
static void StopTextInput();
|
||||
static Scancode ToScanCode(VKey key);
|
||||
static VKey ToVirtualKey(Scancode key);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user