Usermode/AxWin3 - Added menu render code (with hilights)
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_messages.h
index 4b7708d..e4b4622 100644 (file)
@@ -37,6 +37,12 @@ struct sWndMsg_Resize
        uint16_t        W, H;
 };
 
+struct sWndMsg_MouseMove
+{
+        int16_t        X, Y;
+        int16_t        dX, dY;
+};
+
 struct sWndMsg_MouseButton
 {
        uint16_t        X, Y;

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