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

Function OpGetMousePointWindow

libop/c_api/op_c_api.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318intptr_t OP_CALL OpGetMousePointWindow(op_handle handle) {
319 return call_intptr(handle, [](op::Op &op, LONG_PTR *ret) { op.GetMousePointWindow(ret); });
320}
321
322intptr_t OP_CALL OpGetPointWindow(op_handle handle, int x, int y) {
323 return call_intptr(handle, [&](op::Op &op, LONG_PTR *ret) { op.GetPointWindow(x, y, ret); });

Callers

nothing calls this directly

Calls 2

call_intptrFunction · 0.85
GetMousePointWindowMethod · 0.45

Tested by

no test coverage detected