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 | ||