Usermode/AxWin3 - Added delete support to text input
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / wm_input.c
index dc8d8ac..1fc49f8 100644 (file)
@@ -122,6 +122,9 @@ void WM_Input_KeyDown(uint32_t Character, uint32_t Scancode)
 void WM_Input_KeyFire(uint32_t Character, uint32_t Scancode)
 {
        struct sWndMsg_KeyAction        msg;
+
+       // TODO: Properly translate into KeySyms and Unicode
+
        msg.KeySym = Scancode;
        msg.UCS32 = Character;
        WM_SendMessage(NULL, gpWM_FocusedWindow, WNDMSG_KEYFIRE, sizeof(msg), &msg);

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