summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/eventstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/eventstr.h b/include/eventstr.h
index 96260760a..332307374 100644
--- a/include/eventstr.h
+++ b/include/eventstr.h
@@ -67,6 +67,9 @@ enum EventType {
ET_RawButtonPress,
ET_RawButtonRelease,
ET_RawMotion,
+ ET_RawTouchBegin,
+ ET_RawTouchUpdate,
+ ET_RawTouchEnd,
ET_XQuartz,
ET_Internal = 0xFF /* First byte */
};