Public Member Functions | |
InputWithEnterKey (Window *parent, int x, int y, int w, int h=0) | |
void | set_trigger_target (GUI::ToplevelWindow *_who) |
virtual bool | keyDown (const GUI::Key &key) |
Handle text input. | |
Public Attributes | |
std::string | trigger_enter = "OK" |
std::string | trigger_esc = "Cancel" |
Protected Attributes | |
GUI::ToplevelWindow * | trigger_who = NULL |
Definition at line 1022 of file sdl_gui.cpp.