cocos2d-x  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
<MacEventDelegate> Protocol Reference

#import <EAGLView.h>

Inheritance diagram for <MacEventDelegate>:
CCEventDispatcher

Instance Methods

(void) - mouseDown:
(void) - mouseUp:
(void) - mouseMoved:
(void) - mouseDragged:
(void) - rightMouseDown:
(void) - rightMouseDragged:
(void) - rightMouseUp:
(void) - otherMouseDown:
(void) - otherMouseDragged:
(void) - otherMouseUp:
(void) - scrollWheel:
(void) - mouseEntered:
(void) - mouseExited:
(void) - keyDown:
(void) - keyUp:
(void) - flagsChanged:
(void) - touchesBeganWithEvent:
local - touchesBeganWithEvent:
(void) - touchesMovedWithEvent:
(void) - touchesEndedWithEvent:
(void) - touchesCancelledWithEvent:

Method Documentation

- (void) flagsChanged: (NSEvent *)  theEvent
- (void) flagsChanged: var  theEvent
- (void) flagsChanged: local  theEvent
- (void) keyDown: (NSEvent *)  theEvent
- (void) keyDown: var  theEvent
- (void) keyDown: local  theEvent
- (void) keyUp: (NSEvent *)  theEvent
- (void) keyUp: var  theEvent
- (void) keyUp: local  theEvent
- (void) mouseDown: (NSEvent *)  theEvent
- (void) mouseDown: var  theEvent
- (void) mouseDown: local  theEvent
- (void) mouseDragged: (NSEvent *)  theEvent
- (void) mouseDragged: var  theEvent
- (void) mouseDragged: local  theEvent
- (void) mouseEntered: (NSEvent *)  theEvent
- (void) mouseEntered: var  theEvent
- (void) mouseEntered: local  theEvent
- (void) mouseExited: (NSEvent *)  theEvent
- (void) mouseExited: var  theEvent
- (void) mouseExited: local  theEvent
- (void) mouseMoved: (NSEvent *)  theEvent
- (void) mouseMoved: var  theEvent
- (void) mouseMoved: local  theEvent
- (void) mouseUp: (NSEvent *)  theEvent
- (void) mouseUp: var  theEvent
- (void) mouseUp: local  theEvent
- (void) otherMouseDown: (NSEvent *)  event
- (void) otherMouseDown: var  event
- (void) otherMouseDown: local  event
- (void) otherMouseDragged: (NSEvent *)  event
- (void) otherMouseDragged: var  event
- (void) otherMouseDragged: local  event
- (void) otherMouseUp: (NSEvent *)  event
- (void) otherMouseUp: var  event
- (void) otherMouseUp: local  event
- (void) rightMouseDown: (NSEvent *)  event
- (void) rightMouseDown: var  event
- (void) rightMouseDown: local  event
- (void) rightMouseDragged: (NSEvent *)  event
- (void) rightMouseDragged: var  event
- (void) rightMouseDragged: local  event
- (void) rightMouseUp: (NSEvent *)  event
- (void) rightMouseUp: var  event
- (void) rightMouseUp: local  event
- (void) scrollWheel: (NSEvent *)  theEvent
- (void) scrollWheel: var  theEvent
- (void) scrollWheel: local  theEvent
- (void) touchesBeganWithEvent: (NSEvent *)  event
- (void) touchesBeganWithEvent: var  event
- (void) touchesBeganWithEvent: local  event
- (void) touchesCancelledWithEvent: (NSEvent *)  event
- (void) touchesCancelledWithEvent: var  event
- (void) touchesCancelledWithEvent: local  event
- (void) touchesEndedWithEvent: (NSEvent *)  event
- (void) touchesEndedWithEvent: var  event
- (void) touchesEndedWithEvent: local  event
- (void) touchesMovedWithEvent: (NSEvent *)  event
- (void) touchesMovedWithEvent: var  event
- (void) touchesMovedWithEvent: local  event

The documentation for this protocol was generated from the following file: