Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Instance Methods | List of all members
<CinderViewCocoaTouchDelegate> Protocol Reference

#import <CinderViewCocoaTouch.h>

Inheritance diagram for <CinderViewCocoaTouchDelegate>:
[legend]

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
- (void) mouseDown: (cinder::app::MouseEvent *)  event
required
- (void) mouseDrag: (cinder::app::MouseEvent *)  event
required
- (void) mouseUp: (cinder::app::MouseEvent *)  event
required
- (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: