TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Utils
PointerUtils Class
PointerUtils Methods
PressedButtonsToString Method
PressedButtonsToString Method (Pointer.PointerButtonState)
PressedButtonsToString Method (Pointer.PointerButtonState, StringBuilder)
PointerUtils
PressedButtonsToString Method (Pointer
PointerButtonState)
Formats currently pressed 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
PressedButtonsToString
(
Pointer
PointerButtonState
buttons
)
Parameters
buttons
Type:
TouchScript.Pointers
Pointer
PointerButtonState
The buttons state.
Return Value
Type:
String
Formatted string of currently pressed buttons.
See Also
Reference
PointerUtils Class
PressedButtonsToString Overload
TouchScript.Utils Namespace