WM_KEYDOWN top-level constant

int const WM_KEYDOWN

Posted to the window with the keyboard focus when a nonsystem key is pressed. A nonsystem key is a key that is pressed when the ALT key is not pressed.

Implementation

const WM_KEYDOWN = 0x0100;