GUI mouse pointer change notification message. More...
#include <gui_message_pointer.h>
Public Attributes | |
Attributes | |
PointerType | pointer_type |
Retrieves the pointer type of this message. More... | |
![]() | |
GUIComponent * | target |
The target destination of the message. More... | |
bool | consumed |
Indicates whether the message has been consumed yet. More... | |
Construction | |
enum | PointerType { pointer_enter, pointer_leave } |
GUIMessage_Pointer () | |
Constructs an input GUI message. More... | |
GUIMessage_Pointer (PointerType type) | |
Additional Inherited Members | |
![]() | |
GUIMessage () | |
Constructs a GUI message. More... | |
virtual | ~GUIMessage () |
GUI mouse pointer change notification message.