bevy/crates/bevy_input/src
Dimitri Belopopsky 1b3c2b0fed
Add table showing complexity of methods for Input (#10126)
# Objective

Fixes #10106 

Adds a table showing computational complexity, as seen for Query (and
similar to std::collections docs).

## Solution

Add the complexity table

---

## Changelog

- Add complexity table for Input methods

Co-authored-by: James Liu <contact@jamessliu.com>
2024-03-10 23:00:20 +00:00
..
axis.rs
button_input.rs Add table showing complexity of methods for Input (#10126) 2024-03-10 23:00:20 +00:00
common_conditions.rs
gamepad.rs
keyboard.rs Update Input to ButtonInput in a couple places at keyboard input docs (#12284) 2024-03-04 00:52:47 +00:00
lib.rs Add "all-features = true" to docs.rs metadata for most crates (#12366) 2024-03-08 20:03:09 +00:00
mouse.rs Fix missing renaming of Input -> ButtonInput (#12096) 2024-02-24 18:41:17 +00:00
touch.rs only update Touches resource when needed (#12048) 2024-02-22 17:57:17 +00:00
touchpad.rs