79486740

Date: 2025-03-05 14:14:42
Score: 0.5
Natty:
Report link

I think it has to do with multitouch emulation: Check it here:

Apparently you can do the following to disable it:

from kivy.config import Config
Config.set('input', 'mouse', 'mouse,multitouch_on_demand')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andy McRae