C# Class BBGamelib.CCLayer

Inheritance: CCLayerBase, CCKeyboardEventDelegate, CCMouseEventDelegate
ファイルを表示 Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Methods

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

Protected Methods

Method Description
init ( ) : void

Method Details

ccKeyDown() public method

public ccKeyDown ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccKeyUp() public method

public ccKeyUp ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccMouseDown() public method

public ccMouseDown ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccMouseDragged() public method

public ccMouseDragged ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccMouseEntered() public method

public ccMouseEntered ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccMouseExited() public method

public ccMouseExited ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccMouseMoved() public method

public ccMouseMoved ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccMouseUp() public method

public ccMouseUp ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccOtherMouseDown() public method

public ccOtherMouseDown ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccOtherMouseDragged() public method

public ccOtherMouseDragged ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccOtherMouseUp() public method

public ccOtherMouseUp ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccRightMouseDown() public method

public ccRightMouseDown ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccRightMouseDragged() public method

public ccRightMouseDragged ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccRightMouseUp() public method

public ccRightMouseUp ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

ccScrollWheel() public method

public ccScrollWheel ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

init() protected method

protected init ( ) : void
return void

onEnter() public method

public onEnter ( ) : void
return void

onExit() public method

public onExit ( ) : void
return void