fix: window state events
This commit is contained in:
parent
43f4760b0e
commit
ec30b8004f
5 changed files with 28 additions and 1 deletions
|
|
@ -375,6 +375,11 @@ pub enum WindowEvent {
|
|||
/// - **iOS / Android / Web / Orbital / Windows:** Unsupported.
|
||||
SuggestedBounds(Option<PhysicalSize<u32>>),
|
||||
|
||||
/// The window state has changed.
|
||||
///
|
||||
/// - **iOS / Android / Web / Orbital / Windows:** Unsupported.
|
||||
WindowStateChanged,
|
||||
|
||||
/// The system window theme has changed.
|
||||
///
|
||||
/// Applications might wish to react to this to change the theme of the content of the window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue