Carter Anderson
|
3a6f6de277
|
System Inputs, Outputs, Chaining, and Registration Ergo (#876)
System Inputs, Outputs, Chaining, and Registration Ergo
|
2020-11-16 18:18:00 -08:00 |
|
bjorn3
|
80a0448473
|
Add bevy_dylib to force dynamic linking of bevy (#808)
This easily improve compilation time by 2x
|
2020-11-09 19:26:08 -08:00 |
|
Carter Anderson
|
66f2f76a18
|
rename add_plugin_group to add_plugins (#773)
|
2020-11-02 19:01:17 -08:00 |
|
Nathan Stocks
|
9871e7e24b
|
Remove add_default_plugins and add MinimalPlugins for simple "headless" scenarios (#767)
Remove add_default_plugins and add MinimalPlugins for simple "headless" scenarios
|
2020-11-02 18:38:37 -08:00 |
|
Utkarsh
|
fb2b19def5
|
Fix bug of connection event of gamepad at startup (#730)
* 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. (#711)
|
2020-10-21 15:56:07 -07:00 |
|
Utkarsh
|
d01ba9e4fc
|
Separate gamepad state code from gamepad event code and other customizations (#700)
Separated gamepad event and gamepad state code and made gamepad input more customizable
|
2020-10-21 10:27:00 -07:00 |
|
Carter Anderson
|
a602f50c2c
|
small input example improvements (#701)
|
2020-10-18 13:20:42 -07:00 |
|
Utkarsh
|
dd91f8e116
|
Add support to get gamepad button/trigger values using Axis<GamepadButton> (#683)
|
2020-10-15 12:45:34 -07:00 |
|
Utkarsh
|
19d4694d24
|
Added gamepad support using Gilrs (#280)
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
|
2020-09-18 14:43:47 -07:00 |
|