CCTargetedTouchHandler Class Reference
Inherits from | CCTouchHandler : NSObject |
Declared in | CCTouchHandler.h |
Overview
CCTargetedTouchHandler Object than contains the claimed touches and if it swallows touches. Used internally by TouchDispatcher
Tasks
-
swallowsTouches
whether or not the touches are swallowed
property -
claimedTouches
MutableSet that contains the claimed touches
property -
+ handlerWithDelegate:priority:swallowsTouches:
allocates a TargetedTouchHandler with a delegate, a priority and whether or not it swallows touches or not
-
– initWithDelegate:priority:swallowsTouches:
initializes a TargetedTouchHandler with a delegate, a priority and whether or not it swallows touches or not