C1.02.4Clutching in relative positioningdesignresearch

Relative positioning permits clutching beyond physical bounds

Aliases: clutching · lift-and-reposition · regrasping

What it is

Clutching in relative positioning temporarily interrupts input, returns the hand or device to a comfortable start point, and then continues cursor movement. Lifting a mouse or re-touching a trackpad preserves accumulated screen displacement, allowing a finite control surface to traverse an arbitrarily long display distance.

Why it happens

Relative mappings receive deltas only during contact or tracking. The cursor stays put while input is interrupted and accumulation resumes there upon re-contact, decoupling physical from logical travel. Clutching extends reach, but each reset costs time and interrupts smooth motion; near a small target it can also change the hand's control posture.

Studying it

Manipulate movement distance, control-surface size, gain, and target width, then record clutch count, clutch duration, total movement time, endpoint error, and trajectory bends. Analyse fast transport before clutching separately from fine adjustment after it. Mean speed alone hides pauses imposed by device boundaries.

Where it stops holding

Lifting a finger from a touchscreen generally ends a direct gesture rather than clutching seamlessly; drawing and drag tasks may interpret it as cancellation. Higher gain can reduce clutching but make small targets harder to stop on. Spatial controls, scrolling, and zooming offer other ways to extend range.

Applying it

  • Preserve dependable lift-and-reset behaviour for relative devices, without silently changing gain or cursor location after a clutch.
  • Provide auto-scroll, zooming, or segmented movement for long drags so users do not repeatedly clutch during fine control.
  • Log clutch frequency and near-target errors in cross-screen tasks; where they cluster, revise range, gain, or task segmentation.

Related

  • Same group: C1.02.1 Absolute positioning: a one-to-one relation between device and display space · C1.02.2 Relative positioning: transmitting displacement increments rather than position · C1.02.3 Absolute positioning removes visual search for the cursor · C1.02.5 Touchscreens are absolute; trackpads are relative
  • Nearby: C1.03 Control-display gain · C1.08 Drag and drop
  • Search terms: clutching · relative pointing · input device travel

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C1.02.4