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:
parent
1e5865c458
commit
5849710d85
60 changed files with 10900 additions and 3491 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue