Module zng_ext_input::gesture
source · Expand description
Aggregate events.
Structs§
CLICK_EVENT
arguments.- Gesture events config service.
- Application extension that provides aggregate events.
- Represents the resolved targets for a shortcut at a time.
SHORTCUT_EVENT
arguments.- Represents shortcuts claim in
click_shortcut
orfocus_shortcut
. - Weak
ShortcutsHandle
.
Enums§
- Specific information from the source of a
ClickArgs
. - What kind of click a shortcut represents in a
ClickArgsSource::Shortcut
.
Statics§
- Aggregate click event.
- Shortcut input event.
Traits§
- Adds the
shortcut_matches
method to commands. - Extension trait that adds gesture simulation methods to
HeadlessApp
.