Replies: 2 comments
-
At startup: ViewportBuilder::window_level. At any time: ViewportCommand::WindowLevel. |
Beta Was this translation helpful? Give feedback.
0 replies
-
works, thank you :) ctx.send_viewport_cmd(egui::ViewportCommand::WindowLevel(egui::WindowLevel::Normal));
ctx.send_viewport_cmd(egui::ViewportCommand::WindowLevel(egui::WindowLevel::AlwaysOnTop)); |
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
-
I'm not talking about a new window inside egui being stay on top, but the actual window on your operating system
How does one go about toggling on/off such OS feature?
Beta Was this translation helpful? Give feedback.
All reactions