Class KittyKeyboardFlagsExtensions
Extension methods for the KittyKeyboardFlags enum type.
public static class KittyKeyboardFlagsExtensions
- Inheritance
-
KittyKeyboardFlagsExtensions
- Inherited Members
Methods
- AsInt32(KittyKeyboardFlags)
Directly converts this KittyKeyboardFlags value to an int value with the same binary representation.
- AsUInt32(KittyKeyboardFlags)
Directly converts this KittyKeyboardFlags value to a uint value with the same binary representation.
- FastHasFlags(KittyKeyboardFlags, int)
Determines if the specified mask bits are set in the current value of this KittyKeyboardFlags.
- FastHasFlags(KittyKeyboardFlags, KittyKeyboardFlags)
Determines if the specified flags are set in the current value of this KittyKeyboardFlags.
- FastIsDefined(KittyKeyboardFlags, int)
Determines if the specified int value is explicitly defined as a named value of the KittyKeyboardFlags enum type.