Adjusted the documentation to better describe the performance cost of `ButtonInput::any_just_pressed|any_just_released|any_pressed`. Each function iterates the full input, but each check is expected constant cost. It was described previously as a full input check, and a full internal list iteration, which I believe is incorrect. |
||
|---|---|---|
| .. | ||
| axis.rs | ||
| button_input.rs | ||
| common_conditions.rs | ||
| gamepad.rs | ||
| keyboard.rs | ||
| lib.rs | ||
| mouse.rs | ||
| touch.rs | ||
| touchpad.rs | ||