cc52ea4ac2
* Initial support for touch context menu * Only deal with touch if it's available * Fix touch checking * Remove touch checking * Added comments * Combine onTouch with onPointer for mobile context menu support
6 lines
204 B
TypeScript
6 lines
204 B
TypeScript
// time in milliseconds
|
|
export const TAP_TWICE_TIMEOUT = 300;
|
|
export const INITAL_SCENE_UPDATE_TIMEOUT = 5000;
|
|
export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;
|
|
export const TOUCH_CTX_MENU_TIMEOUT = 500;
|