This website requires JavaScript.
Explore
Help
Sign in
leyoda
/
iced-yoda
Watch
1
Star
0
Fork
You've already forked iced-yoda
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
ea4b3cd6ae
iced-yoda
/
native
/
src
/
mouse.rs
7 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Move `keyboard::Event` to `iced_core`
2020-04-30 04:59:07 +02:00
//! Track mouse events.
Decouple `iced` from `coffee`
2019-07-20 19:12:31 +02:00
Convert `mouse::State` into `mouse::Click`
2020-03-24 19:03:17 +01:00
pub
mod
click
;
pub
use
click
::
Click
;
Move reusable `mouse` types to `iced_core`
2020-04-28 03:11:01 +02:00
pub
use
iced_core
::
mouse
::
*
;
Reference in a new issue
Copy permalink