aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/screenshot.png
Commit message (Expand)AuthorAge
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-26
LEMENT_FOCUS_LOST && isVisible()) { if(!canTakeFocus(event.GUIEvent.Element)) { dstream<<"GUITextInputMenu: Not allowing focus change." <getID()) { case 257: acceptInput(); quitMenu(); // quitMenu deallocates menu return true; } } if(event.GUIEvent.EventType==gui::EGET_EDITBOX_ENTER) { switch(event.GUIEvent.Caller->getID()) { case 256: acceptInput(); quitMenu(); // quitMenu deallocates menu return true; } } } return Parent ? Parent->OnEvent(event) : false; }