CCTouchEventDelegate Protocol Reference
Conforms to | NSObject |
Declared in | CCEventDispatcher.h |
Tasks
-
– ccTouchesBeganWithEvent:
called when the “touchesBegan” event is received. Return YES to avoid propagating the event to other delegates.
-
– ccTouchesMovedWithEvent:
called when the “touchesMoved” event is received. Return YES to avoid propagating the event to other delegates.
-
– ccTouchesEndedWithEvent:
called when the “touchesEnded” event is received. Return YES to avoid propagating the event to other delegates.
-
– ccTouchesCancelledWithEvent:
called when the “touchesCancelled” event is received. Return YES to avoid propagating the event to other delegates.
Instance Methods
ccTouchesBeganWithEvent:
called when the “touchesBegan” event is received. Return YES to avoid propagating the event to other delegates.
- (BOOL)ccTouchesBeganWithEvent:(NSEvent *)event
Declared In
CCEventDispatcher.h
ccTouchesCancelledWithEvent:
called when the “touchesCancelled” event is received. Return YES to avoid propagating the event to other delegates.
- (BOOL)ccTouchesCancelledWithEvent:(NSEvent *)event
Declared In
CCEventDispatcher.h