Input event type for screen drag events. Only available on mobile devices.
Contains screen drag information. See [method Node._input].
$DOCS_URL/tutorials/inputs/inputevent.html
The drag event index in the case of a multi-drag event.
Returns [code]true[/code] when using the eraser end of a stylus pen.
The drag position.
Represents the pressure the user puts on the pen. Ranges from [code]0.0[/code] to [code]1.0[/code].
The drag position relative to the previous position (position at the last frame).
Represents the angles of tilt of the pen. Positive X-coordinate value indicates a tilt to the right. Positive Y-coordinate value indicates a tilt toward the user. Ranges from [code]-1.0[/code] to [code]1.0[/code] for both axes.
The drag velocity.