Usermode/AxWin3 - Bugfixing and cleanup
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / wm_input.c
index 223dbef..751bcbb 100644 (file)
@@ -129,8 +129,6 @@ 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