We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075ead4 commit d1efaa7Copy full SHA for d1efaa7
framework_crates/bones_framework/src/input/proto.rs
@@ -6,7 +6,7 @@ use numquant::{IntRange, Quantized};
6
use crate::prelude::*;
7
8
/// A newtype around [`Vec2`] that implements [`From<u16>`] and [`Into<u16>`] as a way to compress
9
-/// user stick input for use in [`self::input::DenseInput`].
+/// user stick input for use in [`crate::input::DenseInput`].
10
#[derive(Debug, Deref, DerefMut, Default)]
11
pub struct DenseMoveDirection(pub Vec2);
12
0 commit comments