Create conversion function for user_attention in iced_winit
This commit is contained in:
parent
d95b9bf244
commit
6855961358
3 changed files with 21 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
use crate::command::{self, Command};
|
||||
use iced_native::window;
|
||||
|
||||
pub use window::{Event, Mode};
|
||||
pub use window::{Event, Mode, UserAttention};
|
||||
|
||||
/// Closes the current window and exits the application.
|
||||
pub fn close<Message>() -> Command<Message> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue