make mouse movement smooth as default

This commit is contained in:
raphael 2020-05-09 15:07:54 +02:00
parent e3cec1a194
commit 684a7d80e0
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export const POINTER_EVENT_THRESHOLD_MIN_DIST_DELTA = 10; // 10px
export const POINTER_EVENT_THRESHOLD_MIN_TIME_DELTA = 100; // 100ms
export const POINTER_EVENT_THRESHOLD_MIN_DIST_DELTA = 1; // 1px
export const POINTER_EVENT_THRESHOLD_MIN_TIME_DELTA = 10; // 1ms