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/listview.h')
-rw-r--r--src/ui/listview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/listview.h b/src/ui/listview.h
index 7678b8b..616233d 100644
--- a/src/ui/listview.h
+++ b/src/ui/listview.h
@@ -79,9 +79,9 @@ protected:
virtual bool on_emit(Widget *sender, const Event event, void *data);
/**
- * @brief keypress event handler
+ * @brief mouse hweel event handler
* */
- virtual bool on_keypress(const int key, const unsigned int modifier);
+ virtual bool on_mousewheel(const math::Vector2f & direction);
private:
float listview_scroll;