(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.

This commit is contained in:
frosch
2012-11-13 21:46:33 +00:00
parent 2614ed18f9
commit 137adb3496
13 changed files with 10 additions and 78 deletions

View File

@@ -609,13 +609,6 @@ public:
}
}
virtual void OnMouseLoop()
{
if (_saveload_mode == SLD_SAVE_GAME || _saveload_mode == SLD_SAVE_SCENARIO || _saveload_mode == SLD_SAVE_HEIGHTMAP) {
this->HandleEditBox(WID_SL_SAVE_OSK_TITLE);
}
}
virtual EventState OnKeyPress(uint16 key, uint16 keycode)
{
if (keycode == WKC_ESC) {