Removed remainder of the 'touchscreen mode' code

This commit is contained in:
Sergii Pylypenko
2014-06-03 20:27:45 +03:00
parent e465c8db4d
commit 41da4be66b
16 changed files with 5 additions and 125 deletions

View File

@@ -232,14 +232,6 @@ struct IConsoleWindow : Window
}
}
virtual void OnClick(Point pt, int widget, int click_count)
{
if (_settings_client.gui.touchscreen_mode == 0) return;
ShowQueryString(STR_EMPTY, STR_CONSOLE_QUERY_STRING, ICON_CMDLN_SIZE,
this, CS_ALPHANUMERAL, QSF_NONE);
}
virtual void OnQueryTextFinished(char *str)
{
_focused_window = this;