-
Notifications
You must be signed in to change notification settings - Fork 814
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] Right mouse button acting as back button #4631
Comments
Any update on this? Playing on android tablet I would be really glad to use rightclick on my mouse. |
None of the developers have access to a device with this issue, so we have been unable to work on it. Maybe if you join the chat you can help with testing possible workarounds for devices that have this issue. |
Withing the game Its doing nothing in lobby or game. Outside in android for example browsers its working as back button. Also tagged you on discord so se can work on that there. |
Turn on developer options and look for "disable permission monitoring"... Turn it on and your right click will start working |
It isn't in the developer options.... |
This appears to be a kernel "feature" on some Android devices. Meaning that the player won't be able use the right mouse button on affected devices.
libsdl-org/SDL#2067 has a comment with a possible workaround:
One down side here is that we would also like to enable the back button in menus, but since we don't need right click there, maybe it is possible to apply this workaround without having to make it a config or lose the back button functionality.
It looks like SDL already handles this to some extent:
devilutionX/android-project/app/src/main/java/org/libsdl/app/SDLActivity.java
Line 2032 in 8138121
devilutionX/android-project/app/src/main/java/org/libsdl/app/SDLControllerManager.java
Line 565 in 8138121
The text was updated successfully, but these errors were encountered: