1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

epi: drag native window (#728)

* feat: drag window

* Update epi/src/lib.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* Update egui_demo_lib/src/backend_panel.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* cargo fmt

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
zu1k
2021-09-28 23:34:58 +08:00
committed by GitHub
parent 1b36863248
commit f6fb4d942a
4 changed files with 24 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ impl AppRunner {
quit: _, // Can't quit a web page
window_size: _, // Can't resize a web page
decorated: _, // Can't show decorations
drag_window: _, // Can't be dragged
} = app_output;
}