cocos2d-x  2.2.6
 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:
var - mouseUp:
local - mouseUp:
(void) - mouseMoved:
var - mouseMoved:
local - mouseMoved:
(void) - mouseDragged:
var - mouseDragged:
local - mouseDragged:
(void) - rightMouseDown:
var - rightMouseDown:
local - rightMouseDown:
(void) - rightMouseDragged:
var - rightMouseDragged:
local - rightMouseDragged:
(void) - rightMouseUp:
var - rightMouseUp:
local - rightMouseUp:
(void) - otherMouseDown:
var - otherMouseDown:
local - otherMouseDown:
(void) - otherMouseDragged:
var - otherMouseDragged:
local - otherMouseDragged:
(void) - otherMouseUp:
var - otherMouseUp:
local - otherMouseUp:
(void) - scrollWheel:
var - scrollWheel:
local - scrollWheel:
(void) - mouseEntered:
var - mouseEntered:
local - mouseEntered:
(void) - mouseExited:
var - mouseExited:
local - mouseExited:
(void) - keyDown:
var - keyDown:
local - keyDown:
(void) - keyUp:
var - keyUp:
local - keyUp:
(void) - flagsChanged:
var - flagsChanged:
local - flagsChanged:
(void) - touchesBeganWithEvent:
var - touchesBeganWithEvent:
local - touchesBeganWithEvent:
(void) - touchesMovedWithEvent:
var - touchesMovedWithEvent:
local - touchesMovedWithEvent:
(void) - touchesEndedWithEvent:
var - touchesEndedWithEvent:
local - touchesEndedWithEvent:
(void) - touchesCancelledWithEvent:
var - touchesCancelledWithEvent:
local - 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: