Public Member Functions | |
ConfigurationWindow (GUI::Screen *parent, GUI::Size x, GUI::Size y, GUI::String &title) | |
virtual bool | keyDown (const GUI::Key &key) |
Key was pressed. Returns true if event was handled. | |
virtual bool | keyUp (const GUI::Key &key) |
Key was released. Returns true if event was handled. | |
void | actionExecuted (GUI::ActionEventSource *b, const GUI::String &arg) |
Menu callback function. | |
Public Attributes | |
GUI::Button * | closeButton |
Definition at line 1160 of file sdl_gui.cpp.