#include <gauge3d/input/message.h>
Inherits GAUGE3D::GObject.
Inherited by GAUGE3D::GInputMessage, and GAUGE3D::GQuitMessage.
Public Methods | |
GMessage (pGObject origin) | |
Create a GMessage with the given origin. More... | |
virtual | ~GMessage () |
Destructor. | |
pGObject | Origin () |
Returns a pointer to the object that this message came from. |
GMessage itself does not contain any functions for finding out what sort of message it is. You must use QueryInterface to determine the type of the message.
|
Create a GMessage with the given origin.
|