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

Method SetTestCursor

tests/test_support.cpp:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void MouseEventWindow::SetTestCursor(HCURSOR cursor) {
583 test_cursor = cursor;
584}
585
586bool MouseEventWindow::HasMove(long x, long y, WPARAM required_state, WPARAM blocked_state) const {
587 for (const auto &event : move_events) {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected