mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Fix cargo test for OptMouse -> Mouse
This commit is contained in:
+2
-2
@@ -1901,7 +1901,7 @@ mod test {
|
||||
timestamp: 5634,
|
||||
window_id: 2,
|
||||
which: 0,
|
||||
mouse_btn: Some(MouseButton::Left),
|
||||
mouse_btn: MouseButton::Left,
|
||||
x: 543,
|
||||
y: 345,
|
||||
};
|
||||
@@ -1913,7 +1913,7 @@ mod test {
|
||||
timestamp: 0,
|
||||
window_id: 2,
|
||||
which: 0,
|
||||
mouse_btn: Some(MouseButton::Left),
|
||||
mouse_btn: MouseButton::Left,
|
||||
x: 543,
|
||||
y: 345,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user