2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-10 12:18:58 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Utkarsh
fb2b19def5
Fix bug of connection event of gamepad at startup ()
* Removed f32==f32 comparision in gamepad.rs

* Trigger gamepad connection event at start up
2020-10-29 13:55:35 -07:00
Carter Anderson
267599e577
gamepad: expose raw and filtered gamepad events. () 2020-10-21 15:56:07 -07:00
Utkarsh
d01ba9e4fc
Separate gamepad state code from gamepad event code and other customizations ()
Separated gamepad event and gamepad state code and made gamepad input more customizable
2020-10-21 10:27:00 -07:00
Utkarsh
dd91f8e116
Add support to get gamepad button/trigger values using Axis<GamepadButton> () 2020-10-15 12:45:34 -07:00
Carter Anderson
930eba4ccd
add thread local resources () 2020-10-12 15:09:44 -07:00
Nathan Stocks
f6fc76db1d
Upgrade to gilrs 0.8.0 to gain dpad support on macos from https://gitlab.com/gilrs-project/gilrs/-/merge_requests/50 () 2020-10-10 13:30:34 -07:00
Grayson Burton
354d71cc1f
The Great Debuggening ()
The Great Debuggening
2020-10-08 11:43:01 -07:00
Carter Anderson
74dba5f36b
release: 0.2.1 () 2020-09-20 15:58:32 -07:00
Carter Anderson
ba5af4dd56
release: 0.2.0 () 2020-09-19 15:29:08 -07:00
Utkarsh
19d4694d24
Added gamepad support using Gilrs ()
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2020-09-18 14:43:47 -07:00