Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/console.h')
-rw-r--r--src/ui/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/console.h b/src/ui/console.h
index 93b6934..ea17e8b 100644
--- a/src/ui/console.h
+++ b/src/ui/console.h
@@ -63,6 +63,9 @@ protected:
/// handle keypress events
virtual bool on_keypress(const int key, const unsigned int modifier);
+ /// handle mousewheel events
+ virtual bool on_mousewheel(const math::Vector2f & direction);
+
/// handle emit events
virtual bool on_emit(Widget *sender, const Event event, void *data);