8000 Update README.md · Android-for-Python/gestures4kivy@6ec8bab · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 6ec8bab

Browse files
committed
Update README.md
1 parent 190b035 commit 6ec8bab

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ Mouse wheel movement generates t `cg_wheel()`, `cg_shift_wheel()`, and `cg_ctrl_
140140

141141
#### Touch Pad
142142

143-
As usual, `Move`, `Long Press Move`, `Swipe`, and `Long Press` are initiated with **'one and a half taps'**, or a press on the bottom left corner of the trackpad.
143+
As usual, `Move`, `Long Press Move`, `Swipe`, and `Long Press` are initiated with **'one and a half taps'**, or a press on the bottom left corner of the trackpad.
144144

145-
Two finger pinch/spread uses the cursor location as focus. Note that the cursor may move significantly during a pinch/spread.
145+
A `Swipe` callback is also generated by a two finger horizonal move. A two finger vertical move initaiates a scroll callback.
146+
147+
A two finger tap generates a `cg_two_finger_tap()` callback.
146148

147-
A two finger move is interpreted by a touch pad as the equivalent mouse wheel event, however a horizontal move used for paging screens may exhibit latency or over sensitivity [https://github.com/kivy/kivy/issues/7707](https://github.com/kivy/kivy/issues/7707). A two finger tap generates a `cg_two_finger_tap()` callback.
149+
Two finger pinch/spread uses the cursor location as focus. Note that the cursor may move significantly during a pinch/spread.
148150

149151
## OS Considerations
150152

@@ -165,6 +167,8 @@ On some touchpads pinch/spread will not be detected the if 'mouse, disable_multi
165167

166168
Some touch pads report a pinch/spread as a finger movement `cg_scale()`, and some detect the gesture internally and report it as a `cg_ctrl_wheel()`. The safe thing to do is handle both cases in an application.
167169

170+
A two finger horizontal move, when used for paging screens may exhibit latency or over sensitivity [https://github.com/kivy/kivy/issues/7707](https://github.com/kivy/kivy/issues/7707).
171+
168172
### Mac
169173

170174
Two finger pinch/spread is not available. Use `Command` and `vertical scroll`.

0 commit comments

Comments
 (0)
0