| 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) |
| 201 | { |
| 202 | auto id = MaaControllerPostTouchDown(controller, contact, x, y, pressure); |
| 203 | return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id); |
| 204 | } |
| 205 | |
| 206 | maajs::ValueType |
| 207 | ControllerImpl::post_touch_move(maajs::ValueType self, maajs::EnvType, int32_t contact, int32_t x, int32_t y, int32_t pressure) |