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

Implement full support for mouse input on Android #18500

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Dec 9, 2023

This allows mapping mouse directions to joystick axes and similar, just like on Windows. It doesn't check for presence of a bluetooth mouse though - could maybe hide the settings if there isn't one.

Useful for desktop-like Android setups like chromebooks, bluetooth mouse connected to phone/tablet, etc.

The smoothing algorithm changed a bit now that I centralized that logic in a way that can work with all backends.

Fixes #18288 .

@hrydgard hrydgard added Platform-specific (Android) Input/Controller Input and controller issues User Interface PPSSPP's own user interface / UX labels Dec 9, 2023
@hrydgard hrydgard added this to the v1.17.0 milestone Dec 9, 2023
The smoothing algorithm changed a bit now that I centralized that logic
in a way that can work with all backends.
@hrydgard hrydgard merged commit 653b19a into master Dec 10, 2023
18 checks passed
@hrydgard hrydgard deleted the mouse-events-android branch December 10, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Input/Controller Input and controller issues Platform-specific (Android) User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mouse on Android
1 participant