Index: Source/platform/PlatformMouseEvent.h |
diff --git a/Source/platform/PlatformMouseEvent.h b/Source/platform/PlatformMouseEvent.h |
index 74b30d344bf822167978fd9f3f81611f61f41c9b..933c420d48036ea13067646f1c5d55972358ca22 100644 |
--- a/Source/platform/PlatformMouseEvent.h |
+++ b/Source/platform/PlatformMouseEvent.h |
@@ -41,6 +41,8 @@ public: |
RealOrIndistinguishable, |
// Mouse events derived from touch input |
FromTouch, |
+ // Mouse events created from script or dispatched from script |
+ FromScript |
}; |
PlatformMouseEvent() |