You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -161,24 +161,22 @@ As usual, `Move`, `Long Press Move`, `Swipe`, and `Long Press` are initiated wit
161
161
162
162
Two finger pinch/spread uses the cursor location as focus. Note that the cursor may move significantly during a pinch/spread.
163
163
164
-
A two finger move is interpreted by a touch pad as the equivalent mouse wheel event. A two finger tap generates a `cg_two_finger_tap()` callback.
164
+
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 [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.
165
165
166
166
### Mac
167
167
168
168
Two finger pinch/spread is not available. Use `Command` and `vertical scroll`.
169
169
170
170
Force Click (deep press) is reported as a long press, this is a happy coincidence and not by design.
171
171
172
+
See [https://github.com/kivy/kivy/issues/7708](https://github.com/kivy/kivy/issues/7708).
0 commit comments