Skip to content
Snippets Groups Projects
Commit 17bef0ed authored by Peter Hutterer's avatar Peter Hutterer
Browse files

pointer-gestures: correct description of pinch


This is being picky, but "pinch/spread" is the physical gesture, zoom and
rotate is the effect that clients provide in response to that gesture.
Let's use pinch only here since spread is more ambiguous in english, as anyone
who's ever had butter on their bread would know.

Also, everything else is referring to it as pinch anyway, so zoom/rotate here
is the odd one out.

Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent af29ece3
No related branches found
No related tags found
1 merge request!80pointer-gestures: correct description of pinch
......@@ -6,7 +6,7 @@
A global interface to provide semantic touchpad gestures for a given
pointer.
Two gestures are currently supported: swipe and zoom/rotate.
Two gestures are currently supported: swipe and pinch.
All gestures follow a three-stage cycle: begin, update, end and
are identified by a unique id.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment