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
Args CLICK_EVENTarguments.
Functions§
- click_
shortcut PKeyboard shortcuts that focus and clicks this widget.- context_
click_ shortcut PKeyboard shortcuts that focus and context clicks this widget.- on_
any_ click POn widget click from any source and of any click count and the widget is enabled.- on_
any_ double_ click POn widget double click from any source and the widget is enabled.- on_
any_ single_ click POn widget click from any source but excluding double/triple clicks and the widget is enabled.- on_
any_ triple_ click POn widget triple click from any source and the widget is enabled.- on_
click POn widget click with the primary button and any click count and the widget is enabled.- on_
context_ click POn widget click with the secondary/context button and the widget is enabled.- on_
disabled_ click POn widget click from any source and of any click count and the widget is disabled.- on_
double_ click POn widget double click with the primary button and the widget is enabled.- on_
pre_ any_ click PPreviewon_any_clickevent.- on_
pre_ any_ double_ click PPreviewon_any_double_clickevent.- on_
pre_ any_ single_ click PPreviewon_any_single_clickevent.- on_
pre_ any_ triple_ click PPreviewon_any_triple_clickevent.- on_
pre_ click PPreviewon_clickevent.- on_
pre_ context_ click PPreviewon_context_clickevent.- on_
pre_ disabled_ click PPreviewon_disabled_clickevent.- on_
pre_ double_ click PPreviewon_double_clickevent.- on_
pre_ single_ click PPreviewon_single_clickevent.- on_
pre_ triple_ click PPreviewon_triple_clickevent.- on_
single_ click POn widget click with the primary button, excluding double/triple clicks and the widget is enabled.- on_
triple_ click POn widget triple click with the primary button and the widget is enabled.