Skip to content
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

Delayed/slow responsiveness when pressing and releasing keys #642

Open
juliohq opened this issue Oct 7, 2024 · 0 comments
Open

Delayed/slow responsiveness when pressing and releasing keys #642

juliohq opened this issue Oct 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@juliohq
Copy link

juliohq commented Oct 7, 2024

Version

0.15.1

Operating system & version

Arch Linux

What you did

I've updated my project from Bevy 0.13 to 0.14.2 (and leafwing-input-manager to 0.15.1).

What you expected to happen

Instant responsiveness when pressing and releasing keys.

What actually happened

I've got some delay between pressing and releasing a key, it happens regardless of action type (Button, Axis and DualAxis) and the delay increases over time so the longer I held WASD to move the player character, for example, the longer it would take to respond to subsequent key presses/releases.

Additional information

As I mentioned, there's it started to happen after updating to Bevy 0.14, maybe it's related to that? I've got this interesting log from times to times:

imDefLkup.c,419: The application disposed a key event with 655 serial.

Edit: it seems to be related to fcitx somehow, after I disabled it the game was responding properly to the keyboard inputs.

@juliohq juliohq added the bug Something isn't working label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant