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. |
||
|---|---|---|
| .. | ||
| axis.rs | ||
| common_conditions.rs | ||
| gamepad.rs | ||
| input.rs | ||
| keyboard.rs | ||
| lib.rs | ||
| mouse.rs | ||
| touch.rs | ||
| touchpad.rs | ||