Click or drag to resize

PointerUtils.ButtonsToString Method (Pointer.PointerButtonState)

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(
	Pointer.PointerButtonState buttons
)

Parameters

buttons
Type: TouchScript.Pointers.Pointer.PointerButtonState
The buttons state.

Return Value

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