public class CloseEvent extends GuiEvent:
Window close notification payload.
The current native window backend treats this as a notification, not a cancellable close request.
window.closed += lambda(e: CloseEvent): print("closed")| Modifier and Type | Member | Description |
|---|---|---|
| public | CloseEventCloseEvent(source as Object): |
Creates a close event payload. |