Skip to content

Commit 00bace7

Browse files
committed
fix typo
1 parent 63a88e5 commit 00bace7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/constants/Event.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export type EventCodeType =
1919
typeof EventCodeMessage |
2020
typeof EventCodePointDown |
2121
typeof EventCodePointMove |
22-
typeof EventCodePointUp;
22+
typeof EventCodePointUp |
23+
typeof EventCodeOperation;
2324

2425

2526
export const EventIndexCode = 0;
@@ -56,7 +57,7 @@ export const TimestampEventIndexTimeStamp = 3;
5657
export type TimestampEventIndexType =
5758
typeof TimestampEventIndexCode |
5859
typeof TimestampEventIndexEventFlags |
59-
typeof TimestampEventIndexEventFlags |
60+
typeof TimestampEventIndexPlayerId |
6061
typeof TimestampEventIndexTimeStamp;
6162

6263
export const PlayerInfoEventIndexCode = 0;
@@ -144,8 +145,8 @@ export type PointUpEventIndexType =
144145
typeof PointUpEventIndexPointerId |
145146
typeof PointUpEventIndexX |
146147
typeof PointUpEventIndexY |
147-
typeof PointUpEventIndexPrevDeltaX |
148-
typeof PointUpEventIndexPrevDeltaY |
148+
typeof PointUpEventIndexStartDeltaX |
149+
typeof PointUpEventIndexStartDeltaY |
149150
typeof PointUpEventIndexPrevDeltaX |
150151
typeof PointUpEventIndexPrevDeltaY |
151152
typeof PointUpEventIndexEntityId |

0 commit comments

Comments
 (0)