aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-06 23:29:45 +0800
committercrupest <crupest@outlook.com>2022-02-06 23:29:45 +0800
commitb90c398de829d1ba5329651d75bae82f5e4085fe (patch)
treedc069a4f5855c77d7f5fe0452107c6ddb168eb69 /include
parentd75f107d845c249a0f832093609614afb2fd0967 (diff)
downloadcru-b90c398de829d1ba5329651d75bae82f5e4085fe.tar.gz
cru-b90c398de829d1ba5329651d75bae82f5e4085fe.tar.bz2
cru-b90c398de829d1ba5329651d75bae82f5e4085fe.zip
...
Diffstat (limited to 'include')
-rw-r--r--include/cru/platform/gui/Window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/gui/Window.hpp b/include/cru/platform/gui/Window.hpp
index c163bc14..a8fe3ca6 100644
--- a/include/cru/platform/gui/Window.hpp
+++ b/include/cru/platform/gui/Window.hpp
@@ -35,6 +35,7 @@ struct NativeMouseWheelEventArgs {
float delta;
Point point;
KeyModifier modifier;
+ bool horizontal; // true if horizontal wheel.
};
struct NativeKeyEventArgs {