WindowDelegate
public protocol WindowDelegate : AnyObject
Undocumented
-
Invoked when the user has selected to close a window.
Declaration
Swift
func windowWantsToClose(_ window: Window)
-
Invoked when the user has selected to maximize a window.
Declaration
Swift
func windowWantsToMaximize(_ window: Window)
-
Invoked when the user has selected to minimize a window.
Declaration
Swift
func windowWantsToMinimize(_ window: Window)
-
Returns size for fullscreen display of a window.
Declaration
Swift
func windowSizeForFullscreen(_ window: Window) -> UISize