Espresso::WindowIconifyEvent
Inherits Espresso::WindowEvent / Struct / Value / Object
Event triggered when a window is iconified (minimized) or restored from that state. Restored does not mean the window is in a non-maximized windowed state. A window could be restored to a full screen or maximized state.
Instance methods
iconified?
Indicates whether the window is currently iconified (minimized). When true, the window was just iconified. When false, the window was just restored from being iconified.
minimized?
Indicates whether the window is currently iconified (minimized). When true, the window was just iconified. When false, the window was just restored from being iconified.