summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qmousedevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qmousedevice.h')
-rw-r--r--src/input/frontend/qmousedevice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/frontend/qmousedevice.h b/src/input/frontend/qmousedevice.h
index fe43c6c84..7a1f6332a 100644
--- a/src/input/frontend/qmousedevice.h
+++ b/src/input/frontend/qmousedevice.h
@@ -63,7 +63,9 @@ public:
enum Axis {
X,
- Y
+ Y,
+ WheelX,
+ WheelY
};
Q_ENUM(Axis)