From fc2b12acca38964ed91d35e3d5c4aae20d992e7f Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 13 Nov 2012 21:47:13 +0000 Subject: (svn r24735) -Codechange: Move HandleEditBoxKey to Window class. --- src/window_gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window_gui.h') diff --git a/src/window_gui.h b/src/window_gui.h index da8836993..ca93ee091 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -458,6 +458,8 @@ public: void UnfocusFocusedWidget(); bool SetFocusedWidget(byte widget_index); + EventState HandleEditBoxKey(int wid, uint16 key, uint16 keycode); + void HandleButtonClick(byte widget); int GetRowFromWidget(int clickpos, int widget, int padding, int line_height = -1) const; -- cgit v1.2.3-54-g00ecf