Accelerator

Result of parsing an accelerator string.

valid is false for an empty or unrecognized string. fVirt carries the FCONTROL/FSHIFT/FALT modifier flags (the caller adds FVIRTKEY); key is the virtual-key code.

version(Windows)
struct Accelerator {}

Members

Variables

fVirt
ubyte fVirt;
Undocumented in source.
key
ushort key;
Undocumented in source.
valid
bool valid;
Undocumented in source.

Meta