![]() |
Cinder
0.9.1
|
#include "cinder/app/AppBase.h"
#include "cinder/cocoa/CinderCocoaTouch.h"
#include "cinder/app/Window.h"
#include "cinder/app/TouchEvent.h"
Classes | |
class | cinder::app::AppCocoaTouch |
class | cinder::app::AppCocoaTouch::Settings |
struct | cinder::app::AppCocoaTouch::KeyboardOptions |
Namespaces | |
cinder | |
cinder::app | |
Macros | |
#define | CINDER_APP_COCOA_TOUCH(APP, RENDERER, ...) |
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) } |
Functions | |
std::ostream & | cinder::app::operator<< (std::ostream &lhs, const InterfaceOrientation &rhs) |
float | cinder::app::getOrientationDegrees (InterfaceOrientation orientation) |
#define CINDER_APP_COCOA_TOUCH | ( | APP, | |
RENDERER, | |||
... | |||
) |