Click or drag to resize

PointerUtilsPressedButtonsToString Method (PointerPointerButtonState)

Formats currently pressed buttons as a string.

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

Parameters

buttons
Type: TouchScript.PointersPointerPointerButtonState
The buttons state.

Return Value

Type: String
Formatted string of currently pressed buttons.
See Also