summaryrefslogtreecommitdiff
path: root/src/gui/search/SearchView.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-27 15:19:02 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-27 15:19:02 (GMT)
commit3d16253319f7d461441a71946d3390b35001ddce (patch)
tree0cfe9d0eaa782c4d3fb9f43dc0efc09a8762ee72 /src/gui/search/SearchView.h
parent39acce4502bdfad7bb1d59cd3dcbe335e8b690a6 (diff)
downloadpowder-3d16253319f7d461441a71946d3390b35001ddce.zip
powder-3d16253319f7d461441a71946d3390b35001ddce.tar.gz
fix ctrl check in stamp and online browsers
Diffstat (limited to 'src/gui/search/SearchView.h')
-rw-r--r--src/gui/search/SearchView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/search/SearchView.h b/src/gui/search/SearchView.h
index 5752a2c..4a68498 100644
--- a/src/gui/search/SearchView.h
+++ b/src/gui/search/SearchView.h
@@ -68,6 +68,7 @@ public:
virtual void OnTick(float dt);
virtual void OnMouseWheel(int x, int y, int d);
virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt);
+ virtual void OnKeyRelease(int key, Uint16 character, bool shift, bool ctrl, bool alt);
};