CCKeyboardEventDelegate protocol. More...
#import <CCEventDispatcher.h>
Instance Methods | |
(BOOL) | - ccKeyUp: |
called when the "keyUp" event is received. More... | |
(BOOL) | - ccKeyDown: |
called when the "keyDown" event is received. More... | |
(BOOL) | - ccFlagsChanged: |
called when the "flagsChanged" event is received. More... | |
CCKeyboardEventDelegate protocol.
Implement it in your node to receive any of keyboard events
|
optional |
called when the "flagsChanged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "flagsChanged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "flagsChanged" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "keyDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "keyDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "keyDown" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "keyUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "keyUp" event is received.
Return YES to avoid propagating the event to other delegates.
|
optional |
called when the "keyUp" event is received.
Return YES to avoid propagating the event to other delegates.