mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
eframe: ask if the window is minimized or maximized (#2672)
* eframe: ask if the window is minimized or maximized * Improve note
This commit is contained in:
@@ -841,6 +841,12 @@ pub struct WindowInfo {
|
||||
/// Are we in fullscreen mode?
|
||||
pub fullscreen: bool,
|
||||
|
||||
/// Are we minimized?
|
||||
pub minimized: bool,
|
||||
|
||||
/// Are we maximized?
|
||||
pub maximized: bool,
|
||||
|
||||
/// Window inner size in egui points (logical pixels).
|
||||
pub size: egui::Vec2,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user