clan::GUIMessage_Pointer Class Reference

GUI mouse pointer change notification message. More...

#include <gui_message_pointer.h>

+ Inheritance diagram for clan::GUIMessage_Pointer:

Public Attributes

Attributes
PointerType pointer_type
 Retrieves the pointer type of this message. More...
 
- Public Attributes inherited from clan::GUIMessage
GUIComponenttarget
 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

- Public Member Functions inherited from clan::GUIMessage
 GUIMessage ()
 Constructs a GUI message. More...
 
virtual ~GUIMessage ()
 

Detailed Description

GUI mouse pointer change notification message.


The documentation for this class was generated from the following file: