summaryrefslogtreecommitdiff
path: root/src/querystring_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-14 22:50:42 +0000
committerfrosch <frosch@openttd.org>2012-11-14 22:50:42 +0000
commitc8c040d0577597c7cd849db06535942d454ebc96 (patch)
treed96f7d16a16500c2a5c09982f65731251f0c6ee8 /src/querystring_gui.h
parentc283a412485700ab8e81a374f080c1ef94fbf64d (diff)
downloadopenttd-c8c040d0577597c7cd849db06535942d454ebc96.tar.xz
(svn r24744) -Codechange: Handle clicking on editboxed also via QueryString.
Diffstat (limited to 'src/querystring_gui.h')
-rw-r--r--src/querystring_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/querystring_gui.h b/src/querystring_gui.h
index a84e16746..8aea26d88 100644
--- a/src/querystring_gui.h
+++ b/src/querystring_gui.h
@@ -65,6 +65,7 @@ private:
bool HasEditBoxFocus(const Window *w, int wid) const;
public:
void DrawEditBox(const Window *w, int wid) const;
+ void ClickEditBox(Window *w, Point pt, int wid, int click_count, bool focus_changed);
void HandleEditBox(Window *w, int wid);
HandleEditBoxResult HandleEditBoxKey(Window *w, int wid, uint16 key, uint16 keycode, EventState &state);
};