Static zng_ext_input::touch::TOUCH_LONG_PRESS_EVENT
source ยท pub static TOUCH_LONG_PRESS_EVENT: Event<TouchLongPressArgs>
Expand description
Touch contact pressed without moving for more then the tap_max_time
.
This is a touch gesture event, it only notifies if it has listeners, either widget subscribers in the touched path or app level hooks.