mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
tvOS rasterizes Siri Remote touchpad swipes into discrete onMoveCommand events at ~300-400ms, so a fast swipe and a single tap delivered the same fixed step. Track gap between events: rapid same-direction events (under 500ms) build a streak that multiplies the step via a power curve, while deliberate taps still land on the base step.