Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, start, end, duration, points) |
def | run (self, device) |
Public Attributes | |
start | |
end | |
duration | |
points | |
Action describing a touch drag.
Definition at line 25 of file android_skp_capture.py.
def android_skp_capture.DragAction.__init__ | ( | self, | |
start, | |||
end, | |||
duration, | |||
points | |||
) |
Definition at line 27 of file android_skp_capture.py.
def android_skp_capture.DragAction.run | ( | self, | |
device | |||
) |
Perform the action.
Definition at line 33 of file android_skp_capture.py.
android_skp_capture.DragAction.duration |
Definition at line 30 of file android_skp_capture.py.
android_skp_capture.DragAction.end |
Definition at line 29 of file android_skp_capture.py.
android_skp_capture.DragAction.points |
Definition at line 31 of file android_skp_capture.py.
android_skp_capture.DragAction.start |
Definition at line 28 of file android_skp_capture.py.