KEYBDINPUT

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (Windows)
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