How to know windows has opened? #2026
Unanswered
USTHzhanglu
asked this question in
Q&A
Replies: 1 comment
-
|
Take a look at iced::window. Theres a subscripton for opening events. Or you can put the message inside the new fn. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i want do some thing when app window opened, such as delete the windows menu by use winapi.
now i use iced::window::Event::Focused,but it`s seem not best.
may have a Event " iced::window::Event::WindowOpen(id)"?
or add a func like "fn run" to do something after windows opened?
this my code. if someone have a batter code ,please tell me. thinks
Beta Was this translation helpful? Give feedback.
All reactions