|
Size: 1093
Comment: some sans-Sam editing (shift green to comment); default statement
|
Size: 1023
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| By default all orientations are allowed. ??? {{{#!wiki comment This hint appears to have no default. }}} |
By default all orientations are allowed. |
DRAFT |
SDL_HINT_ORIENTATIONS
A hint that specifies a variable controlling which orientations are allowed on iOS.
Values
top of device left |
|
top of device right |
|
Portrait |
top of device up |
top of device down |
Default
By default all orientations are allowed.
Code Examples
You can add your code example here
Remarks
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 above values.
