windowShouldClose method
void
windowShouldClose()
Tells the delegate that the user has attempted to close a window or the
window has received a performClose(_:)
message.
Implementation
void windowShouldClose() {}
Tells the delegate that the user has attempted to close a window or the
window has received a performClose(_:)
message.
void windowShouldClose() {}