Usermode/AxWin3 - Adding widget mouse input handlers
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_messages.h
index d37097f..4b7708d 100644 (file)
@@ -37,4 +37,11 @@ struct sWndMsg_Resize
        uint16_t        W, H;
 };
 
+struct sWndMsg_MouseButton
+{
+       uint16_t        X, Y;
+       uint8_t         Button;
+       uint8_t         bPressed;
+};
+
 #endif

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