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
20 WNDMSG_FOCUS, // Called on change
21 WNDMSG_SHOW, // Called on change
33 WNDMSG_CLASS_MIN = 0x1000,
34 WNDMSG_CLASS_MAX = 0x2000,
47 struct sWndMsg_MouseMove
53 struct sWndMsg_MouseButton
60 struct sWndMsg_KeyAction