#import <CinderView.h>
Public Member Functions | |
(id) | - initWithFrame:app: |
(id) | - initFullScreenWithApp: |
(void) | - setupRenderer: |
(void) | - draw |
(void) | - setup: |
(void) | - setApp: |
(void) | - applicationWillResignActive: |
(void) | - setMultiTouchDelegate: |
(uint32_t) | - addTouchToMap:withPoint: |
(void) | - removeTouchFromMap: |
(std::pair< uint32_t, ci::Vec2f >) | - updateTouch:withPoint: |
(void) | - updateActiveTouches: |
Public Attributes | |
cinder::app::App * | app |
BOOL | stayFullScreen |
NSMutableDictionary * | mTouchIdMap |
std::map< uint32_t, ci::Vec2f > | mTouchPrevPointMap |
id< CinderViewMultiTouchDelegate > | mMultiTouchDelegate |
Properties | |
BOOL | appSetupCalled |
BOOL | receivesEvents |
- (id) initWithFrame: | (NSRect) | frame | ||
app: | (cinder::app::App*) | aApp | ||
- (id) initFullScreenWithApp: | (cinder::app::App*) | aApp |
- (void) setupRenderer: | (NSRect) | frame |
- (void) draw |
- (void) setup: | (cinder::app::App *) | aApp |
- (void) setApp: | (cinder::app::App *) | aApp |
- (void) applicationWillResignActive: | (NSNotification *) | aNotification |
- (void) setMultiTouchDelegate: | (id<CinderViewMultiTouchDelegate>) | multiTouchDelegate |
- (uint32_t) addTouchToMap: | (NSTouch *) | touch | ||
withPoint: | (ci::Vec2f) | point | ||
- (void) removeTouchFromMap: | (NSTouch *) | touch |
- std: | (NSTouch *) | touch | ||
withPoint: | (ci::Vec2f) | point | ||
- (void) updateActiveTouches: | (NSEvent *) | event |
- cinder: |
- (BOOL) stayFullScreen |
- (NSMutableDictionary*) mTouchIdMap |
- std: |
- (BOOL) appSetupCalled [read, write, assign] |
- (BOOL) receivesEvents [read, write, assign] |