| 38 | } |
| 39 | |
| 40 | static maajs::ValueType load_adb_input_method(maajs::EnvType env) |
| 41 | { |
| 42 | auto obj = maajs::ObjectType::New(env); |
| 43 | |
| 44 | DEM(MaaAdbInputMethod, AdbShell); |
| 45 | DEM(MaaAdbInputMethod, MinitouchAndAdbKey); |
| 46 | DEM(MaaAdbInputMethod, Maatouch); |
| 47 | DEM(MaaAdbInputMethod, EmulatorExtras); |
| 48 | DEM(MaaAdbInputMethod, All); |
| 49 | DEM(MaaAdbInputMethod, Default); |
| 50 | |
| 51 | return obj; |
| 52 | } |
| 53 | |
| 54 | static maajs::ValueType load_win32_screencap_method(maajs::EnvType env) |
| 55 | { |