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

Function GetCursorShape

libop/hook/InputHookClient.cpp:208–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208bool GetCursorShape(HWND hwnd, unsigned long long &hash, unsigned long long &meta) {
209 if (!hwnd)
210 return false;
211
212 std::lock_guard<std::mutex> lock(g_mutex);
213 if (g_bind_refs.find(hwnd) == g_bind_refs.end())
214 return false;
215
216 return call_cursor_shape(hwnd, hash, meta);
217}
218
219} // namespace op::hook::input_hook_client

Callers 1

GetCursorShapeMethod · 0.85

Calls 3

call_cursor_shapeFunction · 0.85
findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected