I just posted 'Common-Gestures-Example' https://github.com/Android-for-Python/Common-Gestures-Example/blob/main/README.md
The class `CommonGestures` detects the common gestures for
`scale`, `move`, `swipe`, `long press move`, `long press`, `tap`,
and `double tap`. It is easy to use, see the README.
The example demonstrates basic usage, a Screen that
responds to a swipe, moving objects on a canvas, and an Image that
zooms and pans its texture.
Robert,
Another great contribution to the community! Well done!
FWIW… the Windows Mouse disable is documented here: https://kivy.org/doc/stable/api-kivy.input.providers.mouse.html?highlight=disable_multitouch
-Elliot
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/d6d95b26-05c9-46cc-9abd-ac866d37385bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/2d3a4ca4-f6c1-472d-ad26-d80bf5e5b319n%40googlegroups.com.
On Jul 15, 2021, at 1:33 PM, Robert <planckp...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/47c9e36a-913b-4f90-b649-f0ecde65cfc7n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/F6342559-962F-48F9-8F3E-4DA98B89DDB7%40cox.net.
self._SWIPE_TIME = 0.075 # sec original 0.1
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/792d7e0d-cbba-4bcf-86bc-753e8e3c3cd2n%40googlegroups.com.
<commongestures.py>
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/917f7258-ede4-425a-9c6e-9bee8801e704n%40googlegroups.com.