Is this a bug or feature?

843 views
Skip to first unread message

B. Jack

unread,
Jun 10, 2012, 1:35:08 PM6/10/12
to Kivy Users
Every time I click the right mouse button a dot appears and moves on the screen (with the right button held down) and remains, and is stationary, on screen after I release the button.
If I repeat the process another dot will appear and many widgets will stop responding to events until the dots are clicked on with the left button.  These dots have something
to do with the red touch cursor since they appear in front of everything and cannot be cleared except by clicking on them again one-by-one.

What functionality have I stumbled upon?
It makes handling touch events for other than the left button troublesome (like if you want right button to pop up a menu for instance a dot will remain).

Mathieu Virbel

unread,
Jun 10, 2012, 2:22:33 PM6/10/12
to kivy-...@googlegroups.com
Hi,

This is a feature of Kivy, you can simulate multitouch with right click.
You cannot disable this feature yet (available only in master)

http://kivy.org/docs/api-kivy.input.providers.mouse.html#disabling-multitouch-interaction-with-mouse

Remember that poping a menu on right click limit the usage of your
application with mouse only. Any touch based device will not work :)

Mathieu

Mathieu Virbel

unread,
Jun 14, 2012, 5:28:01 PM6/14/12
to kivy-...@googlegroups.com
Hi,

This is the multitouch mouse simulator.
Read
http://kivy.org/docs/api-kivy.input.providers.mouse.html#disabling-multitouch-interaction-with-mouse
if you want to disable it.

Mathieu

On 10/06/2012 19:35, B. Jack wrote:

Jess L

unread,
Apr 16, 2015, 6:04:00 PM4/16/15
to kivy-...@googlegroups.com
I find this page to be very confusing. I'm on a Windows 7 machine and would like to disable this 'feature'. I guess I'm confused about what it's referring to when it says update Mouse Configuration.

John Perry

unread,
Sep 29, 2025, 3:46:29 PM (16 hours ago) Sep 29
to Kivy users support
If anyone else is led to this page, check here: https://kivy.org/doc/stable/api-kivy.config.html

elli...@cox.net

unread,
Sep 29, 2025, 4:44:25 PM (15 hours ago) Sep 29
to kivy-...@googlegroups.com
To disable the "red dot":

from kivy.config import Config

Config.set('input', 'mouse', 'mouse,disable_multitouch')

From: kivy-...@googlegroups.com <kivy-...@googlegroups.com> on behalf of John Perry <cantani...@gmail.com>
Sent: Monday, September 29, 2025 12:46 PM
To: Kivy users support <kivy-...@googlegroups.com>
Subject: Re: [kivy-users] Is this a bug or feature?
 
--
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 visit https://groups.google.com/d/msgid/kivy-users/cb84f68b-6dd5-494c-91ed-2ee91bd2e1ben%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages