Introduce subscription::Event
... and remove `PlatformSpecific` from `Event`
This commit is contained in:
parent
83296a73eb
commit
5d7dcf417c
13 changed files with 156 additions and 129 deletions
|
|
@ -236,8 +236,10 @@ pub mod font {
|
|||
|
||||
pub mod event {
|
||||
//! Handle events of a user interface.
|
||||
pub use crate::core::event::{Event, MacOS, PlatformSpecific, Status};
|
||||
pub use iced_futures::event::{listen, listen_raw, listen_with};
|
||||
pub use crate::core::event::{Event, Status};
|
||||
pub use iced_futures::event::{
|
||||
listen, listen_raw, listen_url, listen_with,
|
||||
};
|
||||
}
|
||||
|
||||
pub mod keyboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue