mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Add more pointer drift between clicks
This commit is contained in:
parent
f1a1501789
commit
f31905b41a
|
|
@ -1,7 +1,7 @@
|
|||
import { useCallback, useRef } from "react";
|
||||
import { TRANSITIONS_IN_MILLISECONDS } from "utils/constants";
|
||||
|
||||
const MAX_MOVES = 5;
|
||||
const MAX_MOVES = 12;
|
||||
|
||||
const useDoubleClick = (
|
||||
handler: React.MouseEventHandler,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user