You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, smoothing state persisted across device hotplug events,
causing coordinate jumps when devices were reconnected.
Changes:
- Track device list changes (additions or removals)
- Reset smooth_initialized flag when device list changes
- Prevents coordinate jumps from stale smoothing state
0 commit comments