For the complete documentation index, see llms.txt. This page is also available as Markdown.

Touch Release

Touch Release an element or position.

Touch Release lifts a press on an Element or screen position. Use it after Touch and Hold to complete drag-and-drop or long-press gestures.

Touch Release Test Step

When to use it

  • Drop an item after dragging it from a held touch on another control.

  • End a long-press sequence on a different Element than where the hold started.

  • Pair with Touch and Hold for gestures that span more than one step.

Configure

Basics

Field
What to set

Type

Element (default) or position

Element (conditional)

The Element to release on (Element type)

Position Type (conditional)

Percentage (default) or Pixel (position type)

X (conditional)

Left Edge or horizontal position when Type is position

Y (conditional)

Top Edge or vertical position when Type is position

Advanced

Field
What to set

Modifiers

Optional Shift, Ctrl, Windows, or Alt

Mode (conditional)

Area (default) or Event

X Offset (conditional)

Fine-tune horizontal release point (Center by default)

Y Offset (conditional)

Fine-tune vertical release point (Center by default)

Status on fail

Tags: action, touch, down, click, mouse, hold

Last updated