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