ShortcutStage

enumeration

Switch to Manual

Description

Represents the stage at which a shortcut action was invoked.

This is used for clutch shortcuts (see ClutchShortcutAttribute) to determine if the shortcut action was invoked due to pressing the binding (Begin) or releasing the binding (End).

Variables

BeginRepresents that a shortcut action has begun.
EndRepresents that a shortcut action has ended.