| 367 | } |
| 368 | |
| 369 | void CMouseControl::DoMovePointerRel (long dx, long dy) |
| 370 | { |
| 371 | SendMouseCommand (dx, dy, MOUSE_MOVE_REL); |
| 372 | } |
| 373 | |
| 374 | // Send a mouse control system command |
| 375 | void CMouseControl::SendMouseCommand (long x, long y, int flags) |
nothing calls this directly
no outgoing calls
no test coverage detected