Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-08-13 16:41:39 +0000
committerStijn Buys <ingar@osirion.org>2009-08-13 16:41:39 +0000
commit9f8804390d9ad183a05dc5f4d8f99627e71a791e (patch)
tree41940079081663b86018ebf56d7f91b6f39fd567 /src/client/buymenu.h
parenta320e55dc1a17cef3923643277f1112f74251d70 (diff)
improved menu ESC handling
Diffstat (limited to 'src/client/buymenu.h')
-rw-r--r--src/client/buymenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/buymenu.h b/src/client/buymenu.h
index 44517cf..6a1a651 100644
--- a/src/client/buymenu.h
+++ b/src/client/buymenu.h
@@ -35,6 +35,8 @@ protected:
/// draw event
virtual void draw();
+ /// keypress event handler
+ virtual bool on_keypress(const int key, const unsigned int modifier);
private:
ui::Window *menu_modelpane;