Open jlp765 opened 3 years ago
Is there already a way to have a callback proc called on the QuitEvent so that the quit can be intercepted, and
exitprocs.addExitProc
There's no such thing iirc. If you're into implementing it, I'd suggest doing this API by adding shouldExit*: proc(): bool to Application.
shouldExit*: proc(): bool
Application
Is there already a way to have a callback proc called on the QuitEvent so that the quit can be intercepted, and
exitprocs.addExitProc
)