Rename MouseCursor to mouse::Interaction
This commit is contained in:
parent
d4c4198f72
commit
98bc8cf2a7
35 changed files with 170 additions and 171 deletions
|
|
@ -214,6 +214,5 @@ use iced_web as runtime;
|
|||
|
||||
pub use runtime::{
|
||||
futures, Align, Background, Color, Command, Font, HorizontalAlignment,
|
||||
Length, MouseCursor, Point, Rectangle, Size, Subscription, Vector,
|
||||
VerticalAlignment,
|
||||
Length, Point, Rectangle, Size, Subscription, Vector, VerticalAlignment,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
//! Listen and react to mouse events.
|
||||
pub use crate::runtime::mouse::{Button, Event, ScrollDelta};
|
||||
pub use crate::runtime::mouse::{Button, Event, Interaction, ScrollDelta};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue