mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
The Siri Remote's left/right d-pad only delivered a single discrete seek per click — holding the button did nothing. A window-level custom UIGestureRecognizer now tracks the actual press duration and drives a repeating seek tick (10s → 20s → 30s acceleration) until release, routing through the existing accumulating-seek paths so the scrubber preview, debounced commit, and on-screen feedback all keep working.