初始化
This commit is contained in:
7
client/src/touchflags.js
Normal file
7
client/src/touchflags.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export const TouchFlags =
|
||||
{
|
||||
IndirectTouch: 1 << 0,
|
||||
PrimaryTouch: 1 << 4,
|
||||
Tap: 1 << 5,
|
||||
OrphanedPrimaryTouch: 1 << 6,
|
||||
};
|
||||
Reference in New Issue
Block a user