2022-10-18 08:10:23 +00:00
|
|
|
/**The handlers configuration */
|
|
|
|
export const handlersConfig = {
|
2022-10-18 15:42:11 +00:00
|
|
|
/**Controls the activity of the mouse mouse event */
|
|
|
|
mouseMoveThrottleDelay: 50,
|
|
|
|
/**Controls the activity of the wheel event */
|
|
|
|
wheelThrottleDelay: 100,
|
|
|
|
};
|