Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Only use getActionIndex for ACTION_POINTER_DOWN/ACTION_POINTER_UP #10508

Merged
merged 1 commit into from Apr 9, 2022

Conversation

JosJuice
Copy link
Member

According to the documentation, getActionIndex should only be used with ACTION_POINTER_DOWN and ACTION_POINTER_UP. We've had a few crashes reported in the Play Console regarding invalid pointer indices for getY, and I'm hoping this will help with that.

…ER_UP

According to the documentation, getActionIndex should only be
used with ACTION_POINTER_DOWN and ACTION_POINTER_UP. We've had a
few crashes reported in the Play Console regarding invalid pointer
indices for getY, and I'm hoping this will help with that.
@lioncash lioncash merged commit f92b7f4 into dolphin-emu:master Apr 9, 2022
@JosJuice JosJuice deleted the android-pointer-down branch April 9, 2022 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants