Click or drag to resize

PointerGetPressData Method

Returns HitData when the pointer was pressed. If the pointer is not pressed uninitialized HitData is returned.

Namespace:  TouchScript.Pointers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public HitData GetPressData()

Return Value

Type: HitData
See Also