Public Member Functions | |
AutoexecEditor (GUI::Screen *parent, int x, int y, Section_line *section) | |
void | actionExecuted (GUI::ActionEventSource *b, const GUI::String &arg) |
Menu callback function. | |
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. | |
Public Attributes | |
std::vector< GUI::Char > | cfg_sname |
Definition at line 899 of file sdl_gui.cpp.