WM_MOUSEMOVE top-level constant

int const WM_MOUSEMOVE

Posted to a window when the cursor moves. If the mouse is not captured, the message is posted to the window that contains the cursor. Otherwise, the message is posted to the window that has captured the mouse.

Implementation

const WM_MOUSEMOVE = 0x0200;