mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
309745c7c6
# Objective - Fix GamepadEvent::Connection not being sent for devices connected at startup. ## Solution - GamepadConnectionEvent was being sent directly for gamepads connected at startup, which causes consumers of GamepadEvent to not receive those events. - Instead send GamepadEvent. The gamepad_event_system splits GamepadEvent up, so consumers of GamepadConnectionEvent will still receive the events. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |