C1.18.1Joystick velocity controldesignresearch

Joystick pointing outputs a velocity vector, so the cursor keeps moving

Aliases: joystick pointing · velocity control · relative input

What it is

When a gamepad stick points, its direction and displacement usually map to cursor velocity, not screen position. The cursor continues to move while the stick remains outside neutral, usually faster at larger deflections. This suits a limited-travel controller but differs from a mouse's displacement control.

Why it happens

A stick reports deflection from centre and has too little physical range to cover screen coordinates. Each refresh therefore adds movement in the current direction according to gain. Users first create velocity, then slow or centre before a target; stopping time and speed jointly determine overshoot.

Studying it

Compare start time, path deviation, overshoots, endpoint error, and completion time across target widths. Test multiple distances and directions, and record prior gamepad familiarity so device experience is not mistaken for an inherent mapping advantage.

Where it stops holding

Not every joystick must be velocity-controlled: it can move focus, make discrete selections, or control absolute position in a bounded region. Velocity control is not necessarily inaccurate; gain, deceleration, and assistance can make it adequate for many TV and game tasks.

Applying it

  • Map deflection continuously to speed with predictable acceleration and deceleration.
  • Offer a low-speed zone or temporary precision mode for small targets.
  • Explain and rehearse that releasing the stick stops the cursor, establishing a velocity rather than displacement model.

Related

  • Same group: C1.18.2 Joystick pointing needs a dead zone to remove drift and jitter at rest · C1.18.3 Uneven joystick speed makes screen-edge and corner targeting slower · C1.18.4 Gamepad pointing often uses target snapping to compensate for limited precision · C1.18.5 Limited joystick travel cannot extend range by clutching like a mouse
  • Nearby: C1.17 Trackballs and pointing sticks · C1.01 Types and properties of pointing devices
  • Search terms: joystick · velocity control · cursor

Cards in the same group

Quick Actions

Share

Share this page

ios_share

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