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

Method GetCursorPos

libop/com/OpAutomation.cpp:492–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492STDMETHODIMP OpAutomation::GetCursorPos(VARIANT *x, VARIANT *y, LONG *ret) {
493 x->vt = y->vt = VT_I4;
494 obj.GetCursorPos(&x->lVal, &y->lVal, ret);
495
496 return S_OK;
497}
498
499STDMETHODIMP OpAutomation::GetCursorShape(BSTR *ret) {
500 if (!ret)

Callers 1

OpGetCursorPosFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected