Click or drag to resize

PointerUtilsPressDownButtons Method

Adds downed state to pressed buttons.

Namespace:  TouchScript.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static PointerPointerButtonState PressDownButtons(
	PointerPointerButtonState buttons
)

Parameters

buttons
Type: TouchScript.PointersPointerPointerButtonState
The buttons state.

Return Value

Type: PointerPointerButtonState
Changed buttons state.
See Also