WM_SETCURSOR top-level constant

int const WM_SETCURSOR

Sent to a window if the mouse causes the cursor to move within a window and mouse input is not captured.

Implementation

const WM_SETCURSOR = 0x0020;