Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
100-TomatoJuice committed Jan 6, 2024
1 parent bcd5764 commit 4e60ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axislike.rs
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ impl From<DualAxisData> for Vec2 {
///
/// Input values that are on the boundary of the shape are counted as inside.
/// If a size of a shape is 0.0, then all input values are read, except for 0.0.
///
/// All inputs are scaled to be continuous.
///
/// All inputs are scaled to be continuous.
/// So with a ellipse deadzone of a radius of 0.1, the input range `0.1..=1.0` will be scaled to `0.0..=1.0`.
///
/// Deadzone values should be in the range `0.0..=1.0`.
Expand Down

0 comments on commit 4e60ab1

Please sign in to comment.