CCMouseEventDelegate protocol. More...
#import <CCEventDispatcher.h>
Instance Methods | |
(BOOL) | - ccMouseDown: |
called when the "mouseDown" event is received. More... | |
(BOOL) | - ccMouseDragged: |
called when the "mouseDragged" event is received. More... | |
(BOOL) | - ccMouseMoved: |
called when the "mouseMoved" event is received. More... | |
(BOOL) | - ccMouseUp: |
called when the "mouseUp" event is received. More... | |
(BOOL) | - ccRightMouseDown: |
called when the "rightMouseDown" event is received. More... | |
var | - ccRightMouseDown: |
called when the "rightMouseDown" event is received. More... | |
local | - ccRightMouseDown: |
called when the "rightMouseDown" event is received. More... | |
(BOOL) | - ccRightMouseDragged: |
called when the "rightMouseDragged" event is received. More... | |
(BOOL) | - ccRightMouseUp: |
called when the "rightMouseUp" event is received. More... | |
(BOOL) | - ccOtherMouseDown: |
called when the "otherMouseDown" event is received. More... | |
(BOOL) | - ccOtherMouseDragged: |
called when the "otherMouseDragged" event is received. More... | |
(BOOL) | - ccOtherMouseUp: |
called when the "otherMouseUp" event is received. More... | |
(BOOL) | - ccScrollWheel: |
called when the "scrollWheel" event is received. More... | |
(void) | - ccMouseEntered: |
called when the "mouseEntered" event is received. More... | |
(void) | - ccMouseExited: |
called when the "mouseExited" event is received. More... | |
CCMouseEventDelegate protocol.
Implement it in your node to receive any of mouse events
|
optional |
called when the "mouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseEntered" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseEntered" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseEntered" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseExited" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseExited" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseExited" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseMoved" event is received.
Return YES to avoid propagating the event to other delegates. By default, "mouseMoved" is disabled. To enable it, send the "setAcceptsMouseMovedEvents:YES" message to the main window.
|
optional |
called when the "mouseMoved" event is received.
Return YES to avoid propagating the event to other delegates. By default, "mouseMoved" is disabled. To enable it, send the "setAcceptsMouseMovedEvents:YES" message to the main window.
|
optional |
called when the "mouseMoved" event is received.
Return YES to avoid propagating the event to other delegates. By default, "mouseMoved" is disabled. To enable it, send the "setAcceptsMouseMovedEvents:YES" message to the main window.
|
optional |
called when the "mouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "mouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "otherMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "rightMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "scrollWheel" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "scrollWheel" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "scrollWheel" event is received.
Return YES to avoid propagating the event to other delegates.