#import <CinderViewCocoaTouch.h>
Public Member Functions | |
(id) | - initWithFrame:app:renderer: |
(void) | - drawRect: |
(void) | - startAnimation |
(void) | - layoutSubviews |
(void) | - drawView: |
(void) | - stopAnimation |
(uint32_t) | - addTouchToMap: |
(void) | - removeTouchFromMap: |
(uint32_t) | - findTouchInMap: |
(void) | - updateActiveTouches |
(void) | - touchesBegan:withEvent: |
Properties | |
BOOL | animating |
NSInteger | animationFrameInterval |
BOOL | appSetupCalled |
- (id) initWithFrame: | (CGRect) | frame | |
app: | (cinder::app::AppCocoaTouch *) | app | |
renderer: | (cinder::app::Renderer *) | renderer | |
- (void) drawRect: | (CGRect) | rect |
- (void) startAnimation |
- (void) layoutSubviews |
- (void) drawView: | (id) | sender |
- (void) stopAnimation |
- (uint32_t) addTouchToMap: | (UITouch*) | touch |
- (void) removeTouchFromMap: | (UITouch*) | touch |
- (uint32_t) findTouchInMap: | (UITouch*) | touch |
- (void) updateActiveTouches |
- (void) touchesBegan: | (NSSet*) | touches | |
withEvent: | (UIEvent*) | event | |
- (BOOL) animating [read, assign] |
- (NSInteger) animationFrameInterval [read, write, assign] |
- (BOOL) appSetupCalled [read, write, assign] |