ModifierRegistration::GetModifierName
Defined in:
Returns the human-readable modifier name.
C4Modifiers.h
Prototype
const char *GetModifierName(void) const;
Description
The GetModifierName
function returns the human-readable modifier name for a particular modifier registration. The modifier name is established when the modifier registration is constructed.
See Also