docs/src/api/class-androidinput.md
Performs a drag between [param: from] and [param: to] points.
from <[Object]>
x <[float]>y <[float]>The start point of the drag.
to <[Object]>
x <[float]>y <[float]>The end point of the drag.
steps <[int]>The number of steps in the drag. Each step takes 5 milliseconds to complete.
Presses the [param: key].
key <[AndroidKey]>Key to press.
Swipes following the path defined by [param: segments].
from <[Object]>
x <[float]>y <[float]>The point to start swiping from.
segments <[Array]<[Object]>>
x <[float]>y <[float]>Points following the [param: from] point in the swipe gesture.
steps <[int]>The number of steps for each segment. Each step takes 5 milliseconds to complete, so 100 steps means half a second per each segment.
Taps at the specified [param: point].
point <[Object]>
x <[float]>y <[float]>The point to tap at.
Types [param: text] into currently focused widget.
text <[string]>Text to type.