zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_uikitvideo.h File Reference
#include <UIKit/UIKit.h>
#include "../SDL_sysvideo.h"

Go to the source code of this file.

Enumerations

enum  UIInterfaceOrientationMask {
  UIInterfaceOrientationMaskPortrait = (1 << UIInterfaceOrientationPortrait), UIInterfaceOrientationMaskLandscapeLeft = (1 << UIInterfaceOrientationLandscapeLeft), UIInterfaceOrientationMaskLandscapeRight = (1 << UIInterfaceOrientationLandscapeRight), UIInterfaceOrientationMaskPortraitUpsideDown = (1 << UIInterfaceOrientationPortraitUpsideDown),
  UIInterfaceOrientationMaskLandscape = (UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight), UIInterfaceOrientationMaskAll = (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight | UIInterfaceOrientationMaskPortraitUpsideDown), UIInterfaceOrientationMaskAllButUpsideDown = (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight)
}
 

Enumeration Type Documentation

Enumerator
UIInterfaceOrientationMaskPortrait 
UIInterfaceOrientationMaskLandscapeLeft 
UIInterfaceOrientationMaskLandscapeRight 
UIInterfaceOrientationMaskPortraitUpsideDown 
UIInterfaceOrientationMaskLandscape 
UIInterfaceOrientationMaskAll 
UIInterfaceOrientationMaskAllButUpsideDown 

Definition at line 30 of file SDL_uikitvideo.h.