1
0
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:
Boby
2022-04-17 01:57:22 +05:30
committed by GitHub
parent 2b861f86e8
commit 96335d5f45
3 changed files with 17 additions and 0 deletions

View File

@@ -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;
}