Fix warnings in example (#158)
This commit is contained in:
parent
348bc9fe61
commit
92f1a19b81
|
@ -29,7 +29,7 @@ impl WindowHandler for OpenWindowExample {
|
||||||
|
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
match e {
|
match e {
|
||||||
MouseEvent::ButtonPressed { button, modifiers } => {
|
MouseEvent::ButtonPressed { .. } => {
|
||||||
copy_to_clipboard(&"This is a test!")
|
copy_to_clipboard(&"This is a test!")
|
||||||
}
|
}
|
||||||
_ => (),
|
_ => (),
|
||||||
|
|
Loading…
Reference in a new issue