GUI resize message. More...
#include <gui_message_resize.h>
Public Member Functions | |
Construction | |
GUIMessage_Resize () | |
Constructs an input GUI message. More... | |
GUIMessage_Resize (const Rect &box) | |
Public Attributes | |
Attributes | |
Rect | geometry |
The geometry contained in this message. More... | |
Attributes | |
GUIComponent * | target |
The target destination of the message. More... | |
bool | consumed |
Indicates whether the message has been consumed yet. More... | |
GUI resize message.