MCPcopy Create free account
hub / github.com/WallBreaker2/op / OpDragPath

Function OpDragPath

libop/c_api/op_c_api.cpp:554–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554int 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
558int OP_CALL OpSetMouseTrajectory(op_handle handle, int mode, int min_duration, int max_duration, int jitter,
559 int start_delay, int end_delay) {

Callers

nothing calls this directly

Calls 3

call_retFunction · 0.85
safe_textFunction · 0.85
DragPathMethod · 0.45

Tested by

no test coverage detected