Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-07-02 22:16:37
Size: 1111
Editor: SheenaSmith
Comment: correct typo
Revision 3 as of 2011-12-19 20:18:08
Size: 1093
Editor: SheenaSmith
Comment: some sans-Sam editing (shift green to comment); default statement
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
||LandscapeLeft||
||LandscapeRight||
||Portrait||
||PortraitUpsideDown||
||LandscapeLeft||top of device left||
||LandscapeRight||top of device right||
||Portrait||top of device up||
||PortraitUpsideDown||top of device down||
Line 16: Line 16:
<<Color2(green,Descriptions have been removed as unnecessary but should be put back if more detailed/descriptive information is available.)>>
Line 19: Line 18:
By default...<<BR>><<Color2(green,This hint appears to have no default.)>> By default all orientations are allowed. ???

{{{#!wiki comm
ent
This hint appears to have no default.
}}}
Line 29: Line 32:
This variable is a space delimited list of the above values. <<Color2(green,Could this statement be reworded to be more clear esp. for non-English speakers? Maybe - These values may be combined by using a space between them. Or - Separate multiple values by a space.)>> This variable is a space delimited list of the above values.

{{{#!wiki comment
Could this statement be reworded to be more clear esp. for non-English speakers? Maybe - These values may be combined by using a space between them. Or - Separate multiple values by a space.
}}}

DRAFT

SDL_HINT_ORIENTATIONS

A hint that specifies a variable controlling which orientations are allowed on iOS.

Values

LandscapeLeft

top of device left

LandscapeRight

top of device right

Portrait

top of device up

PortraitUpsideDown

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.


CategoryDefine, CategoryHints

None: SDL_HINT_ORIENTATIONS (last edited 2015-06-20 19:43:03 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit