mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Fixed android: Added 'MouseCursor' import
This commit is contained in:
parent
05a03fb6a1
commit
d11f63a749
|
@ -3,7 +3,7 @@ extern crate android_glue;
|
|||
use libc;
|
||||
use std::ffi::{CString};
|
||||
use std::sync::mpsc::{Receiver, channel};
|
||||
use {CreationError, Event, WindowBuilder};
|
||||
use {CreationError, Event, WindowBuilder, MouseCursor};
|
||||
use CreationError::OsError;
|
||||
use events::ElementState::{Pressed, Released};
|
||||
use events::Event::{MouseInput, MouseMoved};
|
||||
|
|
Loading…
Reference in a new issue