mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 03:23:20 +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. |
||
---|---|---|
.. | ||
converter.rs | ||
gilrs_system.rs | ||
lib.rs | ||
rumble.rs |