Class cc.StandardTouchHandler
- Defined in: CCTouchHandler.js
- Extends cc.TouchHandler
Constructor Attributes | Constructor Name and Description |
---|---|
cc.StandardTouchHandler
It forwardes each event to the delegate.
|
Method Summary
Class Detail
cc.StandardTouchHandler()
cc.StandardTouchHandler
It forwardes each event to the delegate.
Method Detail
-
Create a TouchHandler with a delegate and a priority
- Parameters:
- {Object} 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}