Property | Type | Description | |
---|---|---|---|
TouchLocationCache | TouchCollection |
Method | Description | |
---|---|---|
CanHandleTouch ( int id, |
Check if a touch location has been handled.
|
|
HandleTouch ( int id, |
Register a touch location as handled.
|
|
Update ( ) : void |
Update the touch manager.
|
Method | Description | |
---|---|---|
TouchManager ( ) : System |
static public CanHandleTouch ( int id, |
||
id | int | Touch id. |
obj | Object that has captured the touch. | |
return | bool |
static public HandleTouch ( int id, |
||
id | int | Touch location id. |
obj | Object to capture the touch. | |
return | void |