struct Espresso::WindowMaximizeEvent
- Espresso::WindowMaximizeEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Event that is triggered when a window is maximized 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 iconified state.
Defined in:
espresso/events/window_maximize_event.crInstance Method Summary
-
#maximized? : Bool
Indicates whether the window is currently maximized.
-
#restored?
Indicates whether the window is currently restored (not maximized).