struct

Espresso::WindowClosingEvent

Inherits Espresso::WindowEvent / Struct / Value / Object

Event triggered when the user indicates they want to close the window. This event does not mean the window is closed or that it should be. To cancel the close attempt, call #cancel.

Instance methods

cancel

Cancels the close attempt. Marks the window as not closing.

Source