Module zng_ext_input::touch
source · Expand description
Touch events and service.
The app extension TouchManager
provides the events and service. It is included in the default application.
Structs§
- Touch service.
- System settings needed to implementing touch gestures.
- Identifier for a continuous touch contact.
- Arguments for
TOUCH_INPUT_EVENT
. - Arguments for
TOUCH_LONG_PRESS_EVENT
. - Application extension that provides touch events and service.
- Identify the moves of one touch contact in
TouchMoveArgs
. - Arguments for
TOUCH_MOVE_EVENT
. - Active touch positions.
- Arguments for
TOUCH_TAP_EVENT
. - Arguments for
TOUCH_TRANSFORM_EVENT
. - Info useful for touch gestures computed from two touch points.
- Defines the different transforms that a touch transform can do to keep two touch points in a widget aligned with the touch contacts.
- Identify a new touch contact or a contact update.
- Arguments for
TOUCHED_EVENT
.
Enums§
- Describes the force of a touch event.
- Describes touch-screen input state.
Statics§
- Touch made first contact or lost contact with a widget.
- Touch contact started or ended.
- Touch contact pressed without moving for more then the
tap_max_time
. - Touch contact moved.
- Touch tap.
- Two point touch transform.