struct Espresso::WindowClosingEvent
- Espresso::WindowClosingEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
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
.
Defined in:
espresso/events/window_closing_event.crInstance Method Summary
-
#cancel
Cancels the close attempt.