-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Mouse button input events are not picked up consistently on macOS #54458
Comments
Some questions to better understand the cause:
This actually does happen on Linux, but hasn't been reported on macOS yet: #48369 |
Might be related to #54306, can you reproduce it after switching to another app and back? |
@bruvzg switching to another app and back does indeed resolve the issue, it definitely seems related |
I'm encountering the same issue, and I can reproduce it using the steps mentioned in #8653 (moving the mouse after clicking run vs not moving the mouse). |
i've tested multiple times and ways and could not reproduce this issue on linux, only on macOS. This issue only appears to happen with the left mouse button all other input works |
Fixed by #54474. |
I am also encountering this issue on mac OS Monterey 12.0.1. Godot version is 3.4 stable mono. Bug occurs sporadically, 1 out of 10 times when I start the game the bug will occur. The Bug I would describe most simply as follows:
GLES2/3 options are affected equally, and its not specific to one control type (e.g. Button) but seems to affect all controls equally. Bug seems to go away after some time (window switching and window minimizing/ maximizing maybe helps). If I understood correctly, this bug should have been solved in 3.4 but for me its still there... |
Godot version
3.3.4
System information
macOS Monterey 12.0.1
Issue description
input events are not picking up consistently for left click events on apple silicon / Monterey
Steps to reproduce
create a brand new project and create an action that maps to any key and the left mouse button.
the print line will fire when pressing the key but will only fire when double clicking or rapidly clicking the left mouse button. Every few times it will actually work as expected so you may have to restart the game once or twice if it appears to be working.
tested on x86 under manjaro and the issue does not exist.
tested under rosetta x86_64-apple-darwin and native aarch-apple-darwin on m1 MacBook issues occurs for both.
Minimal reproduction project
any brand new project on 3.3.4 on apple silicon and Monterey 12.0.1
The text was updated successfully, but these errors were encountered: