mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
60bbfd78ac
In gamepad.rs, `ButtonSettings` `is_pressed` and `is_released` are both private, but their implementations use publicly available values. Keeping them private forces consumers to unnecessarily re-implement this logic, so just make them public. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |