Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, button, press_type) |
def | run (self, device) |
Public Attributes | |
button | |
press_type | |
Action describing a button press.
Definition at line 38 of file android_skp_capture.py.
def android_skp_capture.PressAction.__init__ | ( | self, | |
button, | |||
press_type | |||
) |
Definition at line 40 of file android_skp_capture.py.
def android_skp_capture.PressAction.run | ( | self, | |
device | |||
) |
Perform the action.
Definition at line 44 of file android_skp_capture.py.
android_skp_capture.PressAction.button |
Definition at line 41 of file android_skp_capture.py.
android_skp_capture.PressAction.press_type |
Definition at line 42 of file android_skp_capture.py.