-
-
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
Can't hover with Apple Pencil on iOS #29594
Comments
But the prerequisite is that you need to have a keyboard💦 |
@Star-Clara That allows to hover, but disables dragging or tapping. I'm playing tap+x and have trouble following streams since I have to lift the pen to tap and lose the ability to aim at the same time. Apparently regular tablet (and Android?) users can light press on the pen to hover and increase pressure to tap, so they can aim while streaming. But seemingly this is not implemented on iOS? Pencil seems to be treated exactly like a regular touch input, even though Apple pencil itself supports pressure and OS APIs expose it too. |
Android pen hover is broken too. So this isn't iOS specific. I think it might be an SDL3 issue, since the mobile framework moved to SDL3 I've noticed that pen hover input isn't processed |
It will get fixed once this is done. |
Type
Game behaviour
Bug description
It's impossible to hover - move the cursor without registering an M1 key press - when using an Apple Pencil. Touching the screen with the pen always presses M1 irrespective of pressure.
Judging by #6401 hover/tap/drag differentiation is supported for Android tablets, but that doesn't seem to be the case for iOS?
Screenshots or videos
No response
Version
2024.625.2-lazer
Logs
.
The text was updated successfully, but these errors were encountered: