mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
macOS: fix modifiers during key repeat (#666)
* macOS: fix modifiers during key repeat * fix compile warnings
This commit is contained in:
committed by
Francesca Plebani
parent
26b70e457b
commit
ea07ec1fda
@@ -5,7 +5,6 @@ use std::os::raw::c_void;
|
||||
use std::sync::Weak;
|
||||
use std::sync::atomic::{Ordering, AtomicBool};
|
||||
|
||||
use cocoa;
|
||||
use cocoa::appkit::{
|
||||
self,
|
||||
CGFloat,
|
||||
|
||||
Reference in New Issue
Block a user