A variable controlling which orientations are allowed on iOS/Android.
In some circumstances it is necessary to be able to explicitly control which UI orientations are allowed.
This variable is a space delimited list of the following values: - "LandscapeLeft" - "LandscapeRight" - "Portrait" - "PortraitUpsideDown"
This hint should be set before SDL is initialized.
See Source File
A variable controlling which orientations are allowed on iOS/Android.
In some circumstances it is necessary to be able to explicitly control which UI orientations are allowed.
This variable is a space delimited list of the following values: - "LandscapeLeft" - "LandscapeRight" - "Portrait" - "PortraitUpsideDown"
This hint should be set before SDL is initialized.