diff options
author | crupest <crupest@outlook.com> | 2022-01-17 23:12:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-17 23:12:29 +0800 |
commit | 729633041f6fbea4ac1ef4128bea1ddc3a7b1d24 (patch) | |
tree | 123f1c8ea929441d75c09f94c08c82c0e8ab2461 /include/cru/ui/events/MouseWheelEventArgs.hpp | |
parent | 67dd012c0f49898f1734c46d3bb264f59d056a8e (diff) | |
download | cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.tar.gz cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.tar.bz2 cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.zip |
...
Diffstat (limited to 'include/cru/ui/events/MouseWheelEventArgs.hpp')
-rw-r--r-- | include/cru/ui/events/MouseWheelEventArgs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/events/MouseWheelEventArgs.hpp b/include/cru/ui/events/MouseWheelEventArgs.hpp index d0b3a145..c6c0fe10 100644 --- a/include/cru/ui/events/MouseWheelEventArgs.hpp +++ b/include/cru/ui/events/MouseWheelEventArgs.hpp @@ -4,7 +4,7 @@ #include "cru/platform/gui/Keyboard.hpp" namespace cru::ui::events { -class MouseWheelEventArgs : public MouseEventArgs { +class CRU_UI_API MouseWheelEventArgs : public MouseEventArgs { public: MouseWheelEventArgs(Object* sender, Object* original_sender, const Point& point, const float delta, |