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