Skip to content

Fix Samsung Multitouch bug#3016

Merged
1 commit merged into
EasyRPG:masterfrom
Ghabry:android/samsung-touchbug
May 31, 2023
Merged

Fix Samsung Multitouch bug#3016
1 commit merged into
EasyRPG:masterfrom
Ghabry:android/samsung-touchbug

Conversation

@Ghabry
Copy link
Copy Markdown
Member

@Ghabry Ghabry commented May 22, 2023

I'm pretty annoyed right now but I think this is working >.>

Please also test on other devices to ensure my heuristic does not cause fall-positives.


This happens when a game is running (GlSurface exists) and a touch happens across different views.
Our touch ui uses one view per button and is affected.

The culprit is a game optimisation that reduces the size of the surface.

Fix is based on https://github.com/F0RIS/SamsungMultitouchBugSample/tree/Fix1

See also: Swordfish90/Lemuroid#178

Fix #2830
Fix #2915

@Ghabry Ghabry added the Android label May 22, 2023
@Ghabry Ghabry added this to the 0.8.0.1 milestone May 22, 2023
@Ghabry
Copy link
Copy Markdown
Member Author

Ghabry commented May 23, 2023

Received positive feedback from another Samsung user (mokodeoz). Waiting for non-Samsung feedback, too :)

This happens when a game is running (GlSurface exists) and a touch happens across different views.
Our touch ui uses one view per button and is affected.

The culprit is a game optimisation that reduces the size of the surface.

Fix is based on https://github.com/F0RIS/SamsungMultitouchBugSample/tree/Fix1

See also: Swordfish90/Lemuroid#178

Fix EasyRPG#2830
Fix EasyRPG#2915
@Ghabry Ghabry force-pushed the android/samsung-touchbug branch from 3b9b4e2 to 2f8c13b Compare May 23, 2023 23:16
@ghost ghost merged commit 1c375a3 into EasyRPG:master May 31, 2023
@Ghabry Ghabry deleted the android/samsung-touchbug branch June 12, 2023 18:06
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

Android: Multi-Touch broken on Android 13 and certain Samsung Devices Andoird: FF strange behaviour

1 participant