Method | Description | |
---|---|---|
ccKeyDown ( NSEvent theEvent ) : bool | ||
ccKeyUp ( NSEvent theEvent ) : bool | ||
ccMouseDown ( NSEvent theEvent ) : bool | ||
ccMouseDragged ( NSEvent theEvent ) : bool | ||
ccMouseEntered ( NSEvent theEvent ) : bool | ||
ccMouseExited ( NSEvent theEvent ) : bool | ||
ccMouseMoved ( NSEvent theEvent ) : bool | ||
ccMouseUp ( NSEvent theEvent ) : bool | ||
ccOtherMouseDown ( NSEvent theEvent ) : bool | ||
ccOtherMouseDragged ( NSEvent theEvent ) : bool | ||
ccOtherMouseUp ( NSEvent theEvent ) : bool | ||
ccRightMouseDown ( NSEvent theEvent ) : bool | ||
ccRightMouseDragged ( NSEvent theEvent ) : bool | ||
ccRightMouseUp ( NSEvent theEvent ) : bool | ||
ccScrollWheel ( NSEvent theEvent ) : bool | ||
onEnter ( ) : void | ||
onExit ( ) : void |
Method | Description | |
---|---|---|
init ( ) : void |
public ccMouseDown ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccMouseDragged ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccMouseEntered ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccMouseExited ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccMouseMoved ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccOtherMouseDown ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccOtherMouseDragged ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccOtherMouseUp ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccRightMouseDown ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccRightMouseDragged ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccRightMouseUp ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |
public ccScrollWheel ( NSEvent theEvent ) : bool | ||
theEvent | NSEvent | |
return | bool |