More work on win32 implementation
This commit is contained in:
parent
bb418efcc7
commit
bae1e42b8b
2 changed files with 16 additions and 2 deletions
|
|
@ -42,6 +42,11 @@ fn main() {
|
|||
.ok().expect("could not grab mouse cursor");
|
||||
}
|
||||
},
|
||||
|
||||
a @ Event::MouseMoved(_) => {
|
||||
println!("{:?}", a);
|
||||
},
|
||||
|
||||
_ => (),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue