1
0
Fork 0

Fix warnings in example (#158)

This commit is contained in:
Micah Johnston 2023-12-16 19:29:27 -06:00 committed by GitHub
parent 348bc9fe61
commit 92f1a19b81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ impl WindowHandler for OpenWindowExample {
#[cfg(target_os = "macos")]
match e {
MouseEvent::ButtonPressed { button, modifiers } => {
MouseEvent::ButtonPressed { .. } => {
copy_to_clipboard(&"This is a test!")
}
_ => (),