1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added iOS support for BLOCKS examples

This commit is contained in:
ed 2017-01-05 16:09:19 +00:00
parent 1e5865c458
commit 5849710d85
60 changed files with 10900 additions and 3491 deletions

View file

@ -1,13 +1,3 @@
/*
==============================================================================
This file was auto-generated!
It contains the basic startup code for a Juce application.
==============================================================================
*/
#include "../JuceLibraryCode/JuceHeader.h"
#include "MainComponent.h"
@ -40,6 +30,10 @@ public:
centreWithSize (getWidth(), getHeight());
setResizable (true, true);
setVisible (true);
#if JUCE_IOS
setFullScreen (true);
#endif
}
void closeButtonPressed() override