Search found 2 matches

by jacobh
Wed Sep 07, 2022 10:18 pm
Forum: Android Port
Topic: "Touchpad mouse mode" doesn´t work | always in "direct mode" (AMAZON FIRE HD 8 | 2020)
Replies: 8
Views: 9672

Re: "Touchpad mouse mode" doesn´t work | always in "direct mode" (AMAZON FIRE HD 8 | 2020)

I was able to build a new version locally and try it out on my Fire. I only tried a few games, but it seemed to fix the issue. The direct, touch pad, and game pad modes all seem to work like I would expect. I put in a PR. I didn't change the KeyEvent check since those events don't have a ToolType. I...
by jacobh
Wed Sep 07, 2022 4:32 am
Forum: Android Port
Topic: "Touchpad mouse mode" doesn´t work | always in "direct mode" (AMAZON FIRE HD 8 | 2020)
Replies: 8
Views: 9672

Re: "Touchpad mouse mode" doesn´t work | always in "direct mode" (AMAZON FIRE HD 8 | 2020)

I know this is an older thread, but I just installed ScummVM on my tablet recently and ran into the exact same problem and Google led me here. I'm not an Android developer, but I took a look at the code and I think I found the bug in the Android backend MouseHelper. It looks like the check to see if...