GestureRecognizerIgnoreTouch Method |
Ignore a touch until it is released
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected bool IgnoreTouch(
int id
)
Parameters
- id
- Type: SystemInt32
Touch id to ignore
Return Value
Type:
BooleanTrue if added to ignore list, false if already in ignore list
See Also