WM_KEYDOWN top-level constant Null safety
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;
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.
const WM_KEYDOWN = 0x0100;