KeyboardModifierKeyFlagsContain(ModifierKeyFlags, ModifierKey) Method |
Determines if the modifier key flags contains a specific modifier key.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntaxpublic static bool ModifierKeyFlagsContain(
ModifierKeyFlags flags,
ModifierKey key
)
Parameters
- flags ModifierKeyFlags
- Modifier key flags.
- key ModifierKey
- The key code of the modifier key.
Return Value
BooleanTrue if the modifier key flags contains a specific modifier key, false if not.
See Also