aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/host
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-12 08:57:45 +0800
committercrupest <crupest@outlook.com>2021-05-12 08:57:45 +0800
commit1497b881c6d13c5e037dcd57988029df0b0e50eb (patch)
tree5f89c071cdb7c891d5afb35c49e3a337418bf026 /include/cru/ui/host
parent02baef645090f0514fa14b43aecf954fd55257dc (diff)
downloadcru-1497b881c6d13c5e037dcd57988029df0b0e50eb.tar.gz
cru-1497b881c6d13c5e037dcd57988029df0b0e50eb.tar.bz2
cru-1497b881c6d13c5e037dcd57988029df0b0e50eb.zip
...
Diffstat (limited to 'include/cru/ui/host')
-rw-r--r--include/cru/ui/host/WindowHost.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/host/WindowHost.hpp b/include/cru/ui/host/WindowHost.hpp
index cd9093bc..258b0c4c 100644
--- a/include/cru/ui/host/WindowHost.hpp
+++ b/include/cru/ui/host/WindowHost.hpp
@@ -139,6 +139,8 @@ class WindowHost : public Object {
const platform::gui::NativeMouseButtonEventArgs& args);
void OnNativeMouseUp(platform::gui::INativeWindow* window,
const platform::gui::NativeMouseButtonEventArgs& args);
+ void OnNativeMouseWheel(platform::gui::INativeWindow* window,
+ const platform::gui::NativeMouseWheelEventArgs& args);
void OnNativeKeyDown(platform::gui::INativeWindow* window,
const platform::gui::NativeKeyEventArgs& args);