Usermode/AxWin3 - Working on keyboard input
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_messages.h
index a64ac99..c7955f6 100644 (file)
@@ -55,4 +55,10 @@ struct sWndMsg_MouseButton
        uint8_t         bPressed;
 };
 
+struct sWndMsg_KeyAction
+{
+       uint32_t        KeySym;
+       uint32_t        UCS32;
+};
+
 #endif

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