Open cfoust opened 1 year ago
There is noticeable input lag in the web version that arises because of the way inputs are only processed in alignment with requestAnimationFrame. It seems you can get around this using getCoalescedEvents.
requestAnimationFrame
There is noticeable input lag in the web version that arises because of the way inputs are only processed in alignment with
requestAnimationFrame
. It seems you can get around this using getCoalescedEvents.