Property | Type | Description | |
---|---|---|---|
dispatchEvents | bool |
Method | Description | |
---|---|---|
CCTouchDispatcher ( ) : UnityEngine | ||
addStandardDelegate ( CCTouchAllAtOnceDelegate aDelegate, int priority ) : void | ||
addTargetedDelegate ( CCTouchOneByOneDelegate aDelegate, int priority, bool swallowsTouches ) : void | ||
getStandardHandlers ( ) : List |
||
getTargetedHandlers ( ) : List |
||
removeAllDelegates ( ) : void | ||
removeDelegate ( System aDelegate ) : void | ||
setPriority ( int priority, System aDelegate ) : void | ||
touchesBegan ( HashSet |
||
touchesCancelled ( HashSet |
||
touchesEnded ( HashSet |
||
touchesMoved ( HashSet |
Method | Description | |
---|---|---|
findHandler ( System aDelegate ) : |
||
forceAddHandler ( |
||
forceRemoveAllDelegates ( ) : void | ||
forceRemoveDelegate ( System aDelegate ) : void | ||
rearrangeHandlers ( List |
||
removeDelegate ( System del, |
||
sortByPriority ( |
||
touches ( HashSet |
public addStandardDelegate ( CCTouchAllAtOnceDelegate aDelegate, int priority ) : void | ||
aDelegate | CCTouchAllAtOnceDelegate | |
priority | int | |
return | void |
public addTargetedDelegate ( CCTouchOneByOneDelegate aDelegate, int priority, bool swallowsTouches ) : void | ||
aDelegate | CCTouchOneByOneDelegate | |
priority | int | |
swallowsTouches | bool | |
return | void |
public removeDelegate ( System aDelegate ) : void | ||
aDelegate | System | |
return | void |
public setPriority ( int priority, System aDelegate ) : void | ||
priority | int | |
aDelegate | System | |
return | void |
public touchesBegan ( HashSet |
||
aTouches | HashSet |
|
return | void |
public touchesCancelled ( HashSet |
||
aTouches | HashSet |
|
return | void |
public touchesEnded ( HashSet |
||
aTouches | HashSet |
|
return | void |
public touchesMoved ( HashSet |
||
aTouches | HashSet |
|
return | void |