mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
eframe: add function to set, query and toggle fullscreen mode (#1866)
Closes https://github.com/emilk/egui/pull/674 Adds `NativeOptions:fullscreen`, `Frame::set_fullscreen` and `WindowInfo::fullscreen`.
This commit is contained in:
@@ -298,6 +298,7 @@ impl AppRunner {
|
||||
window_size: _, // Can't resize a web page
|
||||
window_title: _, // TODO(emilk): change title of window
|
||||
decorated: _, // Can't toggle decorations
|
||||
fullscreen: _, // TODO(emilk): fullscreen web window
|
||||
drag_window: _, // Can't be dragged
|
||||
window_pos: _, // Can't set position of a web page
|
||||
visible: _, // Can't hide a web page
|
||||
|
||||
Reference in New Issue
Block a user