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