Constructor TrackPadTouch
TrackPadTouch(int, Vector2, int, Vector2, float, TouchPhase)
Constructor.
Declaration
public TrackPadTouch(int fingerId, Vector2 position, int tapCount, Vector2 deltaPos, float deltaTime, TouchPhase phase)Parameters
| Type | Name | Description | 
|---|---|---|
| int | fingerId | The unique identifier of the touch. | 
| Vector2 | position | The position of the touch in normalized coordinates. | 
| int | tapCount | The number of taps. This is always 1 for a trackpad. | 
| Vector2 | deltaPos | The delta position of the touch since the last frame. | 
| float | deltaTime | The delta time since the last frame. | 
| TouchPhase | phase | The phase of the touch. |