mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
Correct typo in MouseScrollDelta docs
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user