libretro / libretro-uae

PUAE libretro
GNU General Public License v2.0
111 stars 60 forks source link

Mouse left button activates every time move cursor #547

Closed maxm79 closed 2 years ago

maxm79 commented 2 years ago

Using retroarch on Android running workbench from hdf file. Every time I move the mouse cursor using touchscreen it also clicks the left mouse button at the end of the movement. Any idea how to fix this please?

sonninnos commented 2 years ago

Touchscreen pointer being mouse is a frontend feature. As in the core only reads touch pointer for the VKBD, and mouse comes from mouse. Meaning that there is nothing to be done about that here in the core.

I'm able to move the mouse with a touchscreen without clicking though. Mouse can be disabled with the "Physical Mouse" core option. And it does not matter what is running or what file format is launched.