111
This commit is contained in:
8
WebApp/client/src/touchphase.js
Normal file
8
WebApp/client/src/touchphase.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export const TouchPhase = {
|
||||
None: 0,
|
||||
Began: 1,
|
||||
Moved: 2,
|
||||
Ended: 3,
|
||||
Canceled: 4,
|
||||
Stationary: 5
|
||||
};
|
||||
Reference in New Issue
Block a user