- Code: Select all
Desktop::getInstance().setOrientationsEnabled( Desktop::DisplayOrientation::upright | Desktop::DisplayOrientation::upsideDown );
or this . . .
- Code: Select all
stereoLabel->setColour(Label::ColourIds::textColourId, Colours::grey);
The build worked fine before I added the new source files. The build is also fine if I manually add the new source files using XCode. What am I doing wrong?
