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
Carries the device's special key — the HUMAIN button — from the compositor to
a window. The compositor owns the gesture, because the key is usually a
modifier it also needs for its own chords, and sends the resolved meaning
rather than the key.
`window::register_special_action(id, is_default)` registers a window, and
gestures arrive as `Event::SpecialAction`: `Activate` for a tap (focus your
input), `HoldStart`/`HoldEnd` around a hold (push-to-talk), `Cancel` when the
gesture is abandoned and anything captured should be discarded.
`is_default` also makes the window the fallback receiver, used whenever no
registered surface is focused.
Also bumps winit to 18bb0187, which carries the client bindings.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments