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
Describe the bug
Running a menu with mouse_visible=False does not work on a Raspberry with a PiTFT touchscreen.
To Reproduce
I copied the menu from the quickstart guide, and added mouse_visible=False.
Expected behavior
The menu does not react to any touch events.
Additional context
If I set mouse_visible=True it works as expected, but I want to disable the cursor. The mouse events are correctly triggered if I print them using
Environment information
Describe the bug
Running a menu with
mouse_visible=False
does not work on a Raspberry with a PiTFT touchscreen.To Reproduce
I copied the menu from the quickstart guide, and added
mouse_visible=False
.Expected behavior
The menu does not react to any touch events.
Additional context
If I set
mouse_visible=True
it works as expected, but I want to disable the cursor. The mouse events are correctly triggered if I print them usingThe
touchscreen
andtouchscreen_motion_selection
make no difference, but I'm not sure they should as they are only for pygame 2 right?The text was updated successfully, but these errors were encountered: