bevy/crates/bevy_input/src
François 6a0008f3d3 Fix doc warnings (#3339)
# Objective

- There are a few warnings when building Bevy docs for dead links
- CI seems to not catch those warnings when it should

## Solution

- Enable doc CI on all Bevy workspace
- Fix warnings
- Also noticed plugin GilrsPlugin was not added anymore when feature was enabled


First commit to check that CI would actually fail with it: https://github.com/bevyengine/bevy/runs/4532652688?check_suite_focus=true

Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2021-12-18 00:09:23 +00:00
..
axis.rs Documented and tested Axis<T> (#3276) 2021-12-11 23:31:46 +00:00
gamepad.rs Fix doc warnings (#3339) 2021-12-18 00:09:23 +00:00
input.rs Add convenience methods for checking a set of inputs (#2760) 2021-09-01 21:21:41 +00:00
keyboard.rs Add documentation to KeyCode for Mac users (#3331) 2021-12-15 01:23:32 +00:00
lib.rs Add Gamepads resource (#3257) 2021-12-08 20:28:08 +00:00
mouse.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
system.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
touch.rs Fixes potential panic when unwrapping touch event on Moved phase (#1591) 2021-03-10 00:44:45 +00:00