Module zng_wgt_input::gesture
source · Expand description
Gesture events and control, on_click
, click_shortcut
and more.
These events aggregate multiple lower-level events to represent a user interaction. Prefer using these events over the events directly tied to an input device.
Structs§
CLICK_EVENT
arguments.
Functions§
P
Keyboard shortcuts that focus and clicks this widget.P
Keyboard shortcuts that focus and context clicks this widget.P
On widget click from any source and of any click count and the widget is enabled.P
On widget double click from any source and the widget is enabled.P
On widget click from any source but excluding double/triple clicks and the widget is enabled.P
On widget triple click from any source and the widget is enabled.P
On widget click with the primary button and any click count and the widget is enabled.P
On widget click with the secondary/context button and the widget is enabled.P
On widget click from any source and of any click count and the widget is disabled.P
On widget double click with the primary button and the widget is enabled.P
Previewon_any_click
event.P
Previewon_any_double_click
event.P
Previewon_any_single_click
event.P
Previewon_any_triple_click
event.P
Previewon_click
event.P
Previewon_context_click
event.P
Previewon_disabled_click
event.P
Previewon_double_click
event.P
Previewon_single_click
event.P
Previewon_triple_click
event.P
On widget click with the primary button, excluding double/triple clicks and the widget is enabled.P
On widget triple click with the primary button and the widget is enabled.