Inputs.MatchModifier¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of this shard is ignored. | None | ||
| Output ➡️ | Outputs a boolean value: true if any of the specified modifier keys are currently pressed down and false otherwise. | Bool | ||
| Modifiers | No | Sequence of Modifier keys to check for such as Modifier::Shift, Modifier::Alt, Modifier::Primary and Modifier::Secondary. | none | None[ModifierKey] | 
This shard outputs true if any of the modifier keys in the sequence provided in the Modifier parameter are currently pressed down, and false otherwise.