summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qtouchdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qtouchdevice.h')
-rw-r--r--src/gui/kernel/qtouchdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/kernel/qtouchdevice.h b/src/gui/kernel/qtouchdevice.h
index 4a2d05a7b9..f2157ce2d6 100644
--- a/src/gui/kernel/qtouchdevice.h
+++ b/src/gui/kernel/qtouchdevice.h
@@ -55,7 +55,8 @@ public:
Pressure = 0x0004,
Velocity = 0x0008,
RawPositions = 0x0010,
- NormalizedPosition = 0x0020
+ NormalizedPosition = 0x0020,
+ MouseEmulation = 0x0040
};
Q_DECLARE_FLAGS(Capabilities, CapabilityFlag)