(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user