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
DownPressedButtons Method
Adds pressed state to downed buttons.
Namespace:
TouchScript.Utils
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
static
Pointer
PointerButtonState
DownPressedButtons
(
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