25 #import <UIKit/UIKit.h>
37 - (
void)mouseDown:(cinder::app::MouseEvent*)event;
38 - (
void)mouseDrag:(cinder::app::MouseEvent*)event;
39 - (
void)mouseUp:(cinder::app::MouseEvent*)event;
40 - (
void)touchesBegan:(cinder::app::TouchEvent*)event;
41 - (
void)touchesMoved:(cinder::app::TouchEvent*)event;
42 - (
void)touchesEnded:(cinder::app::TouchEvent*)event;
43 - (cinder::app::WindowRef)getWindowRef;
49 ci::app::AppCocoaTouch *
mApp;
57 - (
id)initWithFrame:(CGRect)frame app:(cinder::app::AppCocoaTouch*)app renderer:(cinder::app::
RendererRef)renderer sharedRenderer:(cinder::app::
RendererRef)sharedRenderer contentScale:(
float)contentScale;
59 - (ci::app::RendererRef)getRenderer;
63 - (uint32_t)addTouchToMap:(UITouch*)touch;
64 - (
void)removeTouchFromMap:(UITouch*)touch;
65 - (uint32_t)findTouchInMap:(UITouch*)touch;
66 - (
void)updateActiveTouches;
67 - (
void)touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event;
68 - (const std::vector<cinder::app::TouchEvent::Touch>&)getActiveTouches;
Definition: CinderViewCocoaTouch.h:47
ci::app::AppCocoaTouch * mApp
Definition: CinderViewCocoaTouch.h:49
Definition: CinderViewCocoaTouch.h:33
ci::app::RendererRef mRenderer
Definition: CinderViewCocoaTouch.h:52
typedef void(APIENTRYP GLEEPFNGLBLENDCOLORPROC)(GLclampf red
void resize()
Definition: AppCocoaTouch.mm:1075
std::shared_ptr< class Renderer > RendererRef
Definition: Renderer.h:85
std::map< UITouch *, uint32_t > mTouchIdMap
Definition: CinderViewCocoaTouch.h:53
id< CinderViewCocoaTouchDelegate > mDelegate
Definition: CinderViewCocoaTouch.h:50
GLXDrawable draw
Definition: GLee.h:16766
std::vector< cinder::app::TouchEvent::Touch > mActiveTouches
Definition: CinderViewCocoaTouch.h:54
GLuint id
Definition: GLee.h:2035