How to know windows has opened? #2026
Unanswered
USTHzhanglu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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