| 191 | } |
| 192 | |
| 193 | maajs::ValueType ControllerImpl::post_stop_app(maajs::ValueType self, maajs::EnvType, std::string intent) |
| 194 | { |
| 195 | auto id = MaaControllerPostStopApp(controller, intent.c_str()); |
| 196 | return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id); |
| 197 | } |
| 198 | |
| 199 | maajs::ValueType |
| 200 | ControllerImpl::post_touch_down(maajs::ValueType self, maajs::EnvType, int32_t contact, int32_t x, int32_t y, int32_t pressure) |