| 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) |
| 208 | { |
| 209 | auto id = MaaControllerPostTouchMove(controller, contact, x, y, pressure); |
| 210 | return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id); |
| 211 | } |
| 212 | |
| 213 | maajs::ValueType ControllerImpl::post_touch_up(maajs::ValueType self, maajs::EnvType, int32_t contact) |
| 214 | { |