Correct typo in MouseScrollDelta docs
This commit is contained in:
parent
f0bab95c4d
commit
5e626b7fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ pub enum MouseScrollDelta {
|
||||||
/// and vertical directions.
|
/// and vertical directions.
|
||||||
///
|
///
|
||||||
/// Positive values indicate movement forward
|
/// Positive values indicate movement forward
|
||||||
/// (away from the user) or righwards.
|
/// (away from the user) or rightwards.
|
||||||
LineDelta(f32, f32),
|
LineDelta(f32, f32),
|
||||||
/// Amount in pixels to scroll in the horizontal and
|
/// Amount in pixels to scroll in the horizontal and
|
||||||
/// vertical direction.
|
/// vertical direction.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue