Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;