1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00

Added a BurgerMenu component which will display your menus and menu items in a "burger" menu

This commit is contained in:
hogliux 2017-11-10 18:18:48 +00:00
parent ccbe16f7df
commit e2a0759ab3
10 changed files with 561 additions and 34 deletions

View file

@ -54,6 +54,11 @@ public:
mainWindow.reset();
}
void backButtonPressed() override
{
MainAppWindow::getSharedSidePanel().showOrHide (false);
}
//==============================================================================
void systemRequestedQuit() override
{