Hello… I’m using the demo application from the Juce tutorial in my tests, but when I click the close button through my laptop’s touchpad, the main window do not close.
The following function is declared in my main dialog window:
void closeButtonPressed ()
{
JUCEApplication::quit();
}
Why this doesn’t work? I’ve just tested closing with a mouse device and it didn’t work too.