Class Index | File Index

Classes


Class cc.StandardTouchHandler


Extends cc.TouchHandler.

Defined in: CCTouchHandler.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.StandardTouchHandler It forwardes each event to the delegate.
Method Summary
Method Attributes Method Name and Description
<static>  
cc.StandardTouchHandler.handlerWithDelegate(delegate, priority)
Allocates a TouchHandler with a delegate and a priority
 
initWithDelegate(delegate, priority)
Initializes a TouchHandler with a delegate and a priority
Methods borrowed from class cc.TouchHandler:
getDelegate, getEnabledSelectors, getPriority, setDelegate, setEnalbedSelectors, setPriority
Class Detail
cc.StandardTouchHandler()
cc.StandardTouchHandler It forwardes each event to the delegate.
Method Detail
<static> {cc.StandardTouchHandler} cc.StandardTouchHandler.handlerWithDelegate(delegate, priority)
Allocates a TouchHandler with a delegate and a priority
Parameters:
{cc.TouchDelegate} delegate
{Number} priority
Returns:
{cc.StandardTouchHandler}

{Boolean} initWithDelegate(delegate, priority)
Initializes a TouchHandler with a delegate and a priority
Parameters:
{cc.TouchDelegate} delegate
{Number} priority
Returns:
{Boolean}

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:53 GMT-0800 (PST)