Added events for url handling and create example
This commit is contained in:
parent
d2c8a3e04b
commit
9ae22b58d8
6 changed files with 93 additions and 0 deletions
|
|
@ -310,6 +310,9 @@ async fn run_instance<A, E, C>(
|
|||
|
||||
window.request_redraw();
|
||||
}
|
||||
event::Event::ReceivedUrl(url) => {
|
||||
events.push(iced_native::Event::UrlReceived(url));
|
||||
}
|
||||
event::Event::UserEvent(message) => {
|
||||
messages.push(message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue