@@ -19,7 +19,8 @@ export type EventCodeType =
19
19
typeof EventCodeMessage |
20
20
typeof EventCodePointDown |
21
21
typeof EventCodePointMove |
22
- typeof EventCodePointUp ;
22
+ typeof EventCodePointUp |
23
+ typeof EventCodeOperation ;
23
24
24
25
25
26
export const EventIndexCode = 0 ;
@@ -56,7 +57,7 @@ export const TimestampEventIndexTimeStamp = 3;
56
57
export type TimestampEventIndexType =
57
58
typeof TimestampEventIndexCode |
58
59
typeof TimestampEventIndexEventFlags |
59
- typeof TimestampEventIndexEventFlags |
60
+ typeof TimestampEventIndexPlayerId |
60
61
typeof TimestampEventIndexTimeStamp ;
61
62
62
63
export const PlayerInfoEventIndexCode = 0 ;
@@ -144,8 +145,8 @@ export type PointUpEventIndexType =
144
145
typeof PointUpEventIndexPointerId |
145
146
typeof PointUpEventIndexX |
146
147
typeof PointUpEventIndexY |
147
- typeof PointUpEventIndexPrevDeltaX |
148
- typeof PointUpEventIndexPrevDeltaY |
148
+ typeof PointUpEventIndexStartDeltaX |
149
+ typeof PointUpEventIndexStartDeltaY |
149
150
typeof PointUpEventIndexPrevDeltaX |
150
151
typeof PointUpEventIndexPrevDeltaY |
151
152
typeof PointUpEventIndexEntityId |
0 commit comments