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

Method DragPath

libop/com/OpAutomation.cpp:550–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550STDMETHODIMP OpAutomation::DragPath(BSTR path, LONG duration, LONG *ret) {
551 obj.DragPath(path, duration, ret);
552
553 return S_OK;
554}
555
556STDMETHODIMP OpAutomation::SetMouseTrajectory(LONG mode, LONG min_duration, LONG max_duration, LONG jitter,
557 LONG start_delay, LONG end_delay, LONG *ret) {

Callers 1

OpDragPathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected