mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
added epi::Frame::set_window_pos (#1505)
this allows setting the position of window at runtime
This commit is contained in:
@@ -268,6 +268,7 @@ impl AppRunner {
|
||||
window_title: _, // TODO: change title of window
|
||||
decorated: _, // Can't toggle decorations
|
||||
drag_window: _, // Can't be dragged
|
||||
window_pos: _, // Can't set position of a web page
|
||||
} = app_output;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user