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)
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
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
Reference
PointerUtils Class
ButtonsToString Overload
TouchScript.Utils Namespace