Skip to content

Commit

Permalink
Fix docs of input mappings.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Dec 5, 2023
1 parent 60b8843 commit 4c86172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Left Press + Release | Any + Release |   | Slides to cursor/
  |   | `Return` | Reset camera transform.

Alternatively, [`TrackballInput::map_wasd`] maps `wasd`/`Space`/`ControlLeft` to slide
operations where `wd` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch).
operations where `ws` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch).

[`TrackballInput`]: https://qu1x.github.io/bevy_trackball/doc/bevy_trackball/struct.TrackballInput.html
[`TrackballInput::map_wasd`]: https://qu1x.github.io/bevy_trackball/doc/bevy_trackball/struct.TrackballInput.html#method.map_wasd
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
//!   |   | `Return` | Reset camera transform.
//!
//! Alternatively, [`TrackballInput::map_wasd`] maps `wasd`/`Space`/`ControlLeft` to slide
//! operations where `wd` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch).
//! operations where `ws` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch).
//!
//! # Usage
//!
Expand Down

0 comments on commit 4c86172

Please sign in to comment.