keys_pressed
does not seem to accurately reflect the keys being pressed on Wayland
#100879
Labels
keys_pressed
does not seem to accurately reflect the keys being pressed on Wayland
#100879
Tested versions
System information
Manjaro Gnome Wayland
Issue description
Keys pressed seems to not be reset sometimes.
I noticed this issue because the method
is_anything_pressed
returnstrue
when I was trying out the new tooltip feature, even it should be returningfalse
.godot/core/input/input.cpp
Line 298 in 75ce426
Steps to reproduce
It seems like I can trigger it fairly consistently by searching and then opening a file in the filesystem browser.
Screencast.From.2024-12-28.12-58-29.mp4
Minimal reproduction project (MRP)
This is just a simple project with a tool script that calls
is_anything_pressed
project.zip
The text was updated successfully, but these errors were encountered: