Gamepad input not working for DualSense (PS5) controller #6555
Labels
A-Input
Player input via keyboard, mouse, gamepad, and more
C-Bug
An unexpected or incorrect behavior
C-Dependencies
A change to the crates that Bevy depends on
Bevy version
Tested both v0.8.1 and commit c3c4088 of bevy
What you did
Running the official gamepad input examples of bevy
cargo run --example gamepad_input
andcargo run --example gamepad_input_events
plugging and unplugging my controller and pressing buttons.
What went wrong
Controller doesn't log anything in the terminal when pressing buttons or connecting/disconnecting it.
Additional information
Tested with the official example from gilrs repo and it works perfectly fine, outputs as expected when gilrs is standalone.
The text was updated successfully, but these errors were encountered: