mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
570c43fdd5
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |