Fix typo in lib.rs (#279)

This commit is contained in:
abonnaudet-ledger 2022-03-03 11:01:23 +01:00 committed by GitHub
parent 344a1997c7
commit bedec9b59d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ pub enum MouseButton {
Right, Right,
} }
/// The diffrent modes that can be used to decide how mouse coordinates should be handled /// The different modes that can be used to decide how mouse coordinates should be handled
#[derive(PartialEq, Clone, Copy, Debug)] #[derive(PartialEq, Clone, Copy, Debug)]
pub enum MouseMode { pub enum MouseMode {
/// Return mouse coords from outside of the window (may be negative) /// Return mouse coords from outside of the window (may be negative)