mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Fix typo in lib.rs (#279)
This commit is contained in:
parent
344a1997c7
commit
bedec9b59d
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue