-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix front panel touch on Vita #11442
Conversation
@Wohlstand, can you review? |
I already did a quick look on this, and this looks fine for me, but I probably should try to build a local thing and verify how it works on my Vita in action. |
Nice catch. Somehow this (0 touch id) was fixed properly for sdl3, but not sdl2. |
I think you are right this should be targeting SDL2 branch but also be put in the release branch for next release. |
3afe2f2
to
ef7639c
Compare
Ok I changed it to target SDL2 branch. It should be ready. |
@slouken lgtm |
Merged, thanks! |
This is in for the next SDL2 release. |
The Vita touch code was ignoring front panel touch events, because they were sent internally using Touch_ID 0, but it should have been TOUCH_ID 1. This commit re-enables front panel touch events.
Fixes issue #11441
Tested with latest ScummVM compiled from master.