Module zng_wgt_input::touch
source · Expand description
Touch events, on_touch_move
, on_touch_tap
,
on_touch_start
and more.
There events are low level and directly tied to touch inputs.
Before using them review the gesture
events, in particular the
on_click
event.
Functions§
P
Touch contact started or ended over the widget, it is disabled and cursor capture allows it.P
Single touch contact was made and held in place for a duration of time (default 500ms) on the widget and the widget is disabled.P
Touch tap on the widget and it is disabled.P
Previewon_disabled_touch_input
event.P
Previewon_disabled_touch_long_press
event.P
Previewon_disabled_touch_tap
event.P
Previewon_touch_cancel
event.P
Previewon_touch_end
event.P
Previewon_touch_enter
event.P
Previewon_touch_input
event.P
Previewon_touch_leave
event.P
Previewon_touch_long_press
event.P
Previewon_touch_move
event.P
Previewon_touch_start
event.P
Previewon_touch_tap
event.P
Previewon_touch_transform
event.P
Previewon_touched
event.P
Touch contact canceled over the widget, it is enabled and cursor capture allows it.P
Touch contact ended over the widget, it is enabled and cursor capture allows it.P
Touch contact is now over the widget or a descendant and it is enabled.P
Touch contact started or ended over the widget, it is enabled and cursor capture allows it.P
Touch contact is no longer over the widget or any descendant and it is enabled.P
Single touch contact was made and held in place for a duration of time (default 500ms) on the widget and the widget is enabled.P
Touch contact moved over the widget and cursor capture allows it.P
Touch contact started over the widget, it is enabled and cursor capture allows it.P
Touch tap on the widget and it is enabled.P
Touch gesture to translate, scale or rotate happened over this widget.P
Touch contact entered or left the widget and descendants area and it is enabled.