Usermode/AxWin3 - Debugging
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / wm_input.c
index 3220f77..232407a 100644 (file)
@@ -125,6 +125,8 @@ void WM_Input_KeyFire(uint32_t Character, uint32_t Scancode)
 
        // TODO: Properly translate into KeySyms and Unicode
 
+       // TODO: Shortcuts
+
        msg.KeySym = Scancode;
        msg.UCS32 = Character;
        WM_SendMessage(NULL, gpWM_FocusedWindow, WNDMSG_KEYFIRE, sizeof(msg), &msg);

UCC git Repository :: git.ucc.asn.au