#include <gauge3d/input/message.h>
Inherits GAUGE3D::GMessage.
Public Methods | |
GQuitMessage (pGObject origin) | |
Create a GQuitMessage with the given origin. More... | |
virtual | ~GQuitMessage () |
Destructor. |
This message is sent when the user requests that the program exit. It is up to the receiver of the message to actually shut down the program when it receives this message. So, for example, if the user tries to close the program window, the renderer will send a quit message, but the window will not actually be closed until some other part of the engine asks the renderer to close it. So, if the quit message is ignored, the program will stay open.
|
Create a GQuitMessage with the given origin.
|