struct

Espresso::WindowMaximizeEvent

Inherits Espresso::WindowEvent < Struct < Value < Object

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.

Instance methods

maximized?

Indicates whether the window is currently maximized.

Source
restored?

Indicates whether the window is currently restored (not maximized).

Source