-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
SDL3: Scrolling song selection works everywhere on Android. #28234
Comments
Well I can reproduce. Something or other to do with relative mode being enabled, this doesn't happen if relative mode is off. Also doesn't happen if you do a very "strict drag" as in, mouse down, start moving mouse, stop moving mouse, mouse up. This starts to happen if you wanna do an "inertia" scroll by releasing mouse during the drag and then moving it elsewhere. |
Was this so bad before? |
@bdach What is related mode in this context? An android system setting? |
It's literally the framework "relative mouse mode" believe it or not. Why it affects input in this way I do not know and did not want to find out hence why I left this issue be. |
To me, it looks like clicking/moving the mouse is generating keyboard arrow key events. The runtime log from OP shows: "Unknown SDL key: SDL_SCANCODE_SELECT, SDLK_SELECT". Which is Nearby scancodes to that include the I'm unable to reproduce as my phone OS is bugged and doesn't properly support relative mode. |
I am currently unable to reproduce this using the method described in the OP. |
Type
Cosmetic
Bug description
Once the game is started, dragging the song selection with the mouse does not drag correctly
No problem with touch input.
Am I the only one having this problem?
Screenshots or videos
screen-20240519-223657-.mp4
Version
2024.519.1
Logs
logs.zip
The text was updated successfully, but these errors were encountered: