We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddff42 commit c772fdfCopy full SHA for c772fdf
src/sdl2/event.rs
@@ -1901,7 +1901,7 @@ mod test {
1901
timestamp: 5634,
1902
window_id: 2,
1903
which: 0,
1904
- mouse_btn: Some(MouseButton::Left),
+ mouse_btn: MouseButton::Left,
1905
x: 543,
1906
y: 345,
1907
};
@@ -1913,7 +1913,7 @@ mod test {
1913
timestamp: 0,
1914
1915
1916
1917
1918
1919
0 commit comments