Index: Source/platform/PlatformEvent.h |
diff --git a/Source/platform/PlatformEvent.h b/Source/platform/PlatformEvent.h |
index ca813eec329ea07da3d0cf4a0af3c9b5f636f0fa..9f8e53fc4b6915fa0a86ffea2cef8707779f55d1 100644 |
--- a/Source/platform/PlatformEvent.h |
+++ b/Source/platform/PlatformEvent.h |
@@ -78,6 +78,9 @@ public: |
MetaKey = 1 << 2, |
ShiftKey = 1 << 3, |
+ IsKeyPad = 1 << 4, |
+ IsAutoRepeat = 1 << 5, |
+ |
LeftButtonDown = 1 << 6, |
MiddleButtonDown = 1 << 7, |
RightButtonDown = 1 << 8, |