The distinction between direct and indirect pointing
Aliases: direct manipulation · indirect manipulation · touch input · cursor-mediated input
What it is
Direct pointing places a finger, stylus, or other effector on the surface where the target is shown: the action endpoint is the selected object. Indirect pointing moves on a separate control surface and represents that movement with a cursor or focus indicator on the display. A mouse and trackpad are familiar examples. The distinction is not whether a hand is involved; it is whether the control and presentation spaces coincide.
Why it happens
Direct pointing aligns visual target location, bodily movement, and outcome in one reference frame. People can look at an object and move toward it without translating screen coordinates into a desk-level action. Indirect devices trade that alignment for a compact, comfortable control surface, a large workspace, and stable cursor control. They require continual pairing of proprioceptive hand motion with visually observed cursor motion. The contrast becomes consequential for tiny targets, distant displays, hand occlusion, and precise continuous work.
Studying it
Two-dimensional target acquisition and dragging tasks are common comparisons. Independent variables include directness, target width, movement distance, display size, and posture; dependent measures include movement time, error rate, throughput, workload, and arm fatigue. Gain, target regions, and practice must be comparable. A single desktop acquisition task misses touch occlusion, arm posture, and contact imprecision, while also missing the advantage experienced mouse users gain through practice.
Where it stops holding
Direct does not inherently mean faster or more natural. Reaching across a large upright display can fatigue the arm; fingers occlude small targets and the visual contact point is not perfectly precise. Indirect control is not inherently harder either: a high-resolution mouse supported on a desk can outperform a finger for pixel-level work. Results depend on posture, the spatial relation between display and control surface, latency, and prior expertise, so phone findings do not transfer unchanged to wall displays or precision authoring tools.
Applying it
- Make frequent, sufficiently large objects directly reachable; provide magnification, offset feedback, or a precision path for details a finger can cover.
- When touch and mouse coexist, implement equivalent critical actions rather than hiding a capability exclusively in a hover-oriented indirect path.
- Test with the actual devices and postures, separately inspecting small-target errors, fatigue, and cursor precision instead of only first-task speed.
Related
- Same group: C1.01.2 Displacement and isometric force devices · C1.01.3 Differences in devices' information bandwidth · C1.01.4 Reacquisition costs when switching devices
- Nearby: C1.02 Absolute and relative positioning · C1.05 Cursor hotspots and hit testing
- Search terms:
direct pointing·indirect pointing·input-device comparison