2 * Acess2 Window Manager v3 (axwin3)
3 * - By John Hodge (thePowersGang)
5 * include/wm_messages.h
6 * - Core window messages
8 #ifndef _WM_MESSAGES_H_
9 #define _WM_MESSAGES_H_
12 * \brief Messages delivered to windows
14 enum eWM_WindowMessages
21 WNDMSG_FOCUS, // Called on change
22 WNDMSG_SHOW, // Called on change
34 WNDMSG_CLASS_MIN = 0x1000,
35 WNDMSG_CLASS_MAX = 0x2000,
48 struct sWndMsg_MouseMove
54 struct sWndMsg_MouseButton
61 struct sWndMsg_KeyAction