Skip to content
Journal

The Thumb Is Not a Mouse

· ← Journal

A Pointer That Blocks the View

Every input device has a flaw, and the touchscreen's is unusually literal: the pointer is opaque and it sits between your eye and the display. A mouse cursor never hides the thing it is about to click. A thumb hides roughly a fingertip of screen, plus whatever the hand behind it covers, and it does so precisely at the moment of greatest interest.

This is the fact that most bad mobile control schemes ignore. They are ports of a design that assumed a cursor, an analogue stick or a keyboard, and they place elements as though the hand were invisible. On the The Evening Report desk, controls are one of the heaviest components of our verdict, because a game with excellent design and mediocre input is a game most people will stop playing within a week.

Mapping the Reach

Hold a modern phone in one hand. The thumb pivots from its base near the lower corner and sweeps an arc. Everything inside that arc is comfortable. Everything outside it requires either a second hand or a grip shift, which is the small, slightly precarious re-seating of the phone that every large-screen owner performs dozens of times a day.

We think about the screen in four regions.

RegionReach with one handAppropriate content
Lower third, grip-sideEffortlessPrimary action controls
Lower third, far sideComfortable with a slight stretchSecondary actions
Middle bandReachable, but the hand covers the centreInformation, occasional taps
Top cornersRequires a grip shiftPause, settings, non-urgent items

The rule that follows is simple and frequently broken: frequency of use should decrease as distance from the thumb's base increases. A game that puts its most-used action in a top corner has inverted the map. A game that puts a pause button in the comfortable zone, where it can be hit by accident during play, has also inverted it, in the opposite direction.

Occlusion Is a Design Problem, Not a User Problem

Because the hand covers part of the screen, the placement of controls determines what the player can see. Bottom-anchored controls hide the bottom of the display, which is fine if nothing important happens there. In a game where enemies approach from below, or where a critical meter sits along the bottom edge, the control scheme has made the game harder in a way that has nothing to do with skill.

Three habits distinguish designers who have thought about this:

They keep critical feedback out of the lower corners entirely, moving health, timers and warnings to the upper band where no hand reaches.

They allow controls to be repositioned, or at least mirrored for left-handed play. A fixed layout designed around a right thumb is an accessibility failure for a substantial group of players, and it costs very little to offer the mirror.

They treat the area under the thumb as a control surface rather than a display. Nothing is drawn there that the player is expected to read.

Sticks, Gestures and the Space Between

The two dominant approaches each have a genuine case.

A virtual stick gives continuous directional control and is the only workable answer for games that need free movement in an open space. Its weakness is that it has no edge you can feel. A physical stick tells your thumb where centre is; a drawn one does not, so the thumb drifts and the player ends up chasing a control they cannot locate. The fix is a floating stick — one that appears wherever the thumb first lands and recentres on each touch — and it is a large improvement over a stick painted at a fixed coordinate.

Gesture input — tap, swipe, hold, drag — removes the occlusion of a permanent overlay and fits the hardware naturally. Its weakness is discoverability and precision. A swipe has a direction but no magnitude the player can judge, and a game that distinguishes a short swipe from a long one is asking for a measurement the thumb cannot make reliably. Gestures work best when the vocabulary is small and each gesture maps to a discrete outcome.

A third approach deserves mention: contextual single-button design, where one large tap target does whatever makes sense right now. It is often dismissed as simplistic, but for one-handed play on a moving vehicle it is frequently the strongest choice, and the games that use it well are doing something harder than they look — the difficulty moves from execution into reading the situation.

Forgiveness, and Why It Is Not Cheating

A drawn button is a rectangle on a screen. Its touch target does not have to be the same rectangle, and in good games it is not. Extending the interactive area a few millimetres beyond the visible edge makes near-misses register, and players never notice — they simply report that the controls feel responsive.

The same principle applies inside the simulation. Allowing an input a fraction of a second after the moment has technically passed, or slightly before it arrives, absorbs the small errors introduced by touch latency and by a phone being held in an unstable position. This is not making the game easier. It is compensating for a control surface that reports position accurately but timing imprecisely.

We find it useful to separate two things that both get called "responsive":

Latency — the delay between contact and response. Determined by the hardware and by how the game handles input, and largely out of the player's control.

Forgiveness — how tolerant the game is of imperfect placement and timing. Entirely a design decision, and the one that determines whether a game feels fair.

A game can be low-latency and unforgiving, and it will be described as frustrating. A game can be slightly laggy and generous, and it will be described as feeling good. Only one of those is fixable by the designer at any point in development.

What We Do In Testing

We play every game with one hand before we play it with two, we play it left-handed at least once, and we deliberately hold the phone badly. Then we ask three questions: can the player see what they need to while touching what they need to; does a near-miss register; and does the layout put the most frequent action nearest the thumb.

Controls are the part of a mobile game the player touches literally every second, and the part most often inherited unexamined from another platform. Our score reflects that weighting; it is our editorial judgement and deliberately not the store's star average. The full breakdown sits in how we rate, the current ranking is on the front page, and there is more of this sort of thing in our article index.