| 552 | } |
| 553 | |
| 554 | int OP_CALL OpDragPath(op_handle handle, const wchar_t *path, int duration) { |
| 555 | return call_ret(handle, [&](op::Op &op, long *ret) { op.DragPath(safe_text(path), duration, ret); }); |
| 556 | } |
| 557 | |
| 558 | int OP_CALL OpSetMouseTrajectory(op_handle handle, int mode, int min_duration, int max_duration, int jitter, |
| 559 | int start_delay, int end_delay) { |