TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Utils
PointerUtils Class
PointerUtils Methods
ButtonsToString Method
ButtonsToString Method (Pointer.PointerButtonState)
ButtonsToString Method (Pointer.PointerButtonState, StringBuilder)
PointerUtils
ButtonsToString Method (Pointer
PointerButtonState, 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#
Copy
public
static
void
ButtonsToString
(
Pointer
PointerButtonState
buttons
,
StringBuilder
builder
)
Parameters
buttons
Type:
TouchScript.Pointers
Pointer
PointerButtonState
The buttons state.
builder
Type:
System.Text
StringBuilder
The string builder to use.
See Also
Reference
PointerUtils Class
ButtonsToString Overload
TouchScript.Utils Namespace