-
Notifications
You must be signed in to change notification settings - Fork 32
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
VR releasing one side button when both are pressed unpresses both #432
Comments
The place this probably goes wrong should be scenery/src/main/kotlin/graphics/scenery/controls/OpenVRHMD.kt Lines 547 to 589 in 999a4b3
|
Same behavior for button Side,Trigger and A and probably all others |
Okay, so this is probably not an oversight, but an actual semantic error -.- |
line 566 of the excerpt above is the cause of pressed keys being empty. |
Jokes aside - I'd argue here it'd likely be best to allow only the actual buttons to trigger events, and and ignore the proximity sensor. What do you think, @moreApi? |
I dont think we need to care about the proximity sensor 👍 |
Reproduce:
The log messages show that with the first release both buttons are released.
The text was updated successfully, but these errors were encountered: