Newbie question: juce demo portrait orientation in iOS

Hi,

I got this simple question :

When running juce demo in iOS simulator, it shows always in portrait orientation, and doesn’t seem to be want to rotate along with device orientation.

It would be just ok for my app, but in landscape orientation, not in portrait as default.

Where do I change this setting ?

Thanks a lot,

Wise

Did you look at Desktop::setOrientationsEnabled?

A bit late for the thanks, Thank you Jules !

W