TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Utils
PointerUtils Class
PointerUtils Methods
ButtonsToString Method
DownPressedButtons Method
IsPointerOnTarget Method
PressDownButtons Method
PressedButtonsToString Method
UpPressedButtons Method
PointerUtils
PressDownButtons Method
Adds downed state to pressed buttons.
Namespace:
TouchScript.Utils
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
static
Pointer
PointerButtonState
PressDownButtons
(
Pointer
PointerButtonState
buttons
)
Parameters
buttons
Type:
TouchScript.Pointers
Pointer
PointerButtonState
The buttons state.
Return Value
Type:
Pointer
PointerButtonState
Changed buttons state.
See Also
Reference
PointerUtils Class
TouchScript.Utils Namespace