2010-10-01 02:36:21 +00:00
|
|
|
typedef enum {
|
2010-11-02 09:29:19 +00:00
|
|
|
DisplayOrientationDefault = 2,
|
|
|
|
DisplayOrientationLandscapeLeft = 1,
|
|
|
|
DisplayOrientationLandscapeRight = 2,
|
|
|
|
DisplayOrientationPortrait = 4
|
2010-10-01 02:36:21 +00:00
|
|
|
} DisplayOrientation;
|