Click or drag to resize

PointerUtilsButtonsToString Method (PointerPointerButtonState)

Formats the state of buttons as a string.

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

Parameters

buttons
Type: TouchScript.PointersPointerPointerButtonState
The buttons state.

Return Value

Type: String
Formatted string of the buttons state.
See Also