KEYBDINPUT

Undocumented in source.
nothrow
static if(_WIN32_WINNT >= 0x403)
struct KEYBDINPUT {}

Members

Variables

dwExtraInfo
ULONG_PTR dwExtraInfo;
Undocumented in source.
dwFlags
DWORD dwFlags;
Undocumented in source.
time
DWORD time;
Undocumented in source.
wScan
WORD wScan;
Undocumented in source.
wVk
WORD wVk;
Undocumented in source.

Meta