GUI input message. More...
#include <gui_message_input.h>
Public Member Functions | |
Construction | |
GUIMessage_Input () | |
Constructs an input GUI message. More... | |
GUIMessage_Input (InputEvent &e) | |
Public Attributes | |
Attributes | |
InputEvent | input_event |
Input event for 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 input message.