WM_INPUT_DEVICE_CHANGE top-level constant

int const WM_INPUT_DEVICE_CHANGE

Sent to the window that registered to receive raw input.

Raw input notifications are available only after the application calls RegisterRawInputDevices with RIDEV_DEVNOTIFY flag.

Implementation

const WM_INPUT_DEVICE_CHANGE = 0x00FE;