(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged.

This commit is contained in:
frosch
2012-11-13 21:47:07 +00:00
parent 08e92e6f23
commit f1d40ca6f2
12 changed files with 17 additions and 18 deletions

View File

@@ -79,12 +79,6 @@ struct QueryStringBaseWindow : public Window, public QueryString {
}
EventState HandleEditBoxKey(int wid, uint16 key, uint16 keycode);
/**
* Callback for when on input has been entered with the OSK.
* @param wid The widget the OSK was attached to.
*/
virtual void OnOSKInput(int wid) {}
};
void ShowOnScreenKeyboard(QueryStringBaseWindow *parent, int button);