Cinder  0.9.1
Instance Methods | List of all members
<CinderViewCocoaTouchDelegate> Protocol Reference

#import <CinderViewCocoaTouch.h>

Inherited by WindowImplCocoaTouch.

Instance Methods

(void) - resize
 
(void) - draw
 
(void) - mouseDown:
 
(void) - mouseDrag:
 
(void) - mouseUp:
 
(void) - touchesBegan:
 
(void) - touchesMoved:
 
(void) - touchesEnded:
 
(cinder::app::WindowRef- getWindowRef
 

Method Documentation

- (void) resize
required
- (void) draw
required

Reimplemented in WindowImplCocoaTouch.

- (void) mouseDown: (cinder::app::MouseEvent *)  event
required

Reimplemented in WindowImplCocoaTouch.

- (void) mouseDrag: (cinder::app::MouseEvent *)  event
required

Reimplemented in WindowImplCocoaTouch.

- (void) mouseUp: (cinder::app::MouseEvent *)  event
required

Reimplemented in WindowImplCocoaTouch.

- (void) touchesBegan: (cinder::app::TouchEvent *)  event
required
- (void) touchesMoved: (cinder::app::TouchEvent *)  event
required
- (void) touchesEnded: (cinder::app::TouchEvent *)  event
required
- app:
required

The documentation for this protocol was generated from the following file: