diff options
Diffstat (limited to 'views/event.h')
-rw-r--r-- | views/event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/event.h b/views/event.h index 51053ea..b16371e 100644 --- a/views/event.h +++ b/views/event.h @@ -396,7 +396,8 @@ class KeyEvent : public Event { // // MouseWheelEvent class // -// A MouseWheelEvent is used to propagate mouse wheel user events +// A MouseWheelEvent is used to propagate mouse wheel user events. +// Note: e.GetOffset() > 0 means scroll up. // //////////////////////////////////////////////////////////////////////////////// class MouseWheelEvent : public LocatedEvent { |