_XINPUT_KEYSTROKE

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
extern (Windows) @nogc nothrow __gshared
struct _XINPUT_KEYSTROKE {}

Members

Variables

Flags
WORD Flags;
Undocumented in source.
HidCode
BYTE HidCode;
Undocumented in source.
Unicode
WCHAR Unicode;
Undocumented in source.
UserIndex
BYTE UserIndex;
Undocumented in source.
VirtualKey
WORD VirtualKey;
Undocumented in source.

Meta