Click or drag to resize

PointerUtilsButtonsToString Method (PointerPointerButtonState, StringBuilder)

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 void ButtonsToString(
	PointerPointerButtonState buttons,
	StringBuilder builder
)

Parameters

buttons
Type: TouchScript.PointersPointerPointerButtonState
The buttons state.
builder
Type: System.TextStringBuilder
The string builder to use.
See Also