TouchEventDelegate protocol. More...
#import <CCEventDispatcher.h>
Instance Methods | |
(BOOL) | - ccTouchesBeganWithEvent: |
called when the "touchesBegan" event is received. More... | |
(BOOL) | - ccTouchesMovedWithEvent: |
called when the "touchesMoved" event is received. More... | |
(BOOL) | - ccTouchesEndedWithEvent: |
called when the "touchesEnded" event is received. More... | |
(BOOL) | - ccTouchesCancelledWithEvent: |
called when the "touchesCancelled" event is received. More... | |
TouchEventDelegate protocol.
Implement it in your node to receive any of touch events
|
optional |
called when the "touchesBegan" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesBegan" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesBegan" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesCancelled" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesCancelled" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesCancelled" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesEnded" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesEnded" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesEnded" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesMoved" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesMoved" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "touchesMoved" event is received.
Return YES to avoid propagating the event to other delegates.