mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
Fix typo in lib.rs (#279)
This commit is contained in:
parent
344a1997c7
commit
bedec9b59d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub enum MouseButton {
|
|||
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)]
|
||||
pub enum MouseMode {
|
||||
/// Return mouse coords from outside of the window (may be negative)
|
||||
|
|
Loading…
Add table
Reference in a new issue