(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.

This commit is contained in:
frosch
2012-11-13 21:47:13 +00:00
parent f1d40ca6f2
commit 2ccba5e6c5
4 changed files with 43 additions and 31 deletions

View File

@@ -77,8 +77,6 @@ struct QueryStringBaseWindow : public Window, public QueryString {
{
free(this->edit_str_buf);
}
EventState HandleEditBoxKey(int wid, uint16 key, uint16 keycode);
};
void ShowOnScreenKeyboard(QueryStringBaseWindow *parent, int button);