Namespaces | Enumerations | Variables
include/cinder/app/AppCocoaTouch.h File Reference

Go to the source code of this file.

Namespaces

namespace  cinder
namespace  cinder::app

Enumerations

enum  cinder::app::InterfaceOrientation {
  cinder::app::Unknown = 0, cinder::app::Portrait = 1 << 0, cinder::app::PortraitUpsideDown = 1 << 1, cinder::app::LandscapeLeft = 1 << 2,
  cinder::app::LandscapeRight = 1 << 3, cinder::app::PortraitAll = (Portrait | PortraitUpsideDown), cinder::app::LandscapeAll = (LandscapeLeft | LandscapeRight), cinder::app::All = (PortraitAll | LandscapeAll)
}

Variables

BitwiseAndEventCombiner< uint32_t > cinder::app::EventSignalSupportedOrientations