Click or drag to resize

PointerUtilsDownPressedButtons Method

Adds pressed state to downed buttons.

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

Parameters

buttons
Type: TouchScript.PointersPointerPointerButtonState
The buttons state.

Return Value

Type: PointerPointerButtonState
Changed buttons state.
See Also