WM_INPUT top-level constant

int const WM_INPUT

Sent to the window that is getting raw input.

A window receives this message through its WindowProc function.

To learn more, see learn.microsoft.com/windows/win32/inputdev/wm-input.

Implementation

const WM_INPUT = 255;