Table of Contents

Class MouseFlagsExtensions

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Extension methods for the MouseFlags enum type.

public static class MouseFlagsExtensions
Inheritance
MouseFlagsExtensions
Inherited Members

Methods

AsInt32(MouseFlags)

Directly converts this MouseFlags value to an int value with the same binary representation.

AsUInt32(MouseFlags)

Directly converts this MouseFlags value to a uint value with the same binary representation.

FastHasFlags(MouseFlags, int)

Determines if the specified mask bits are set in the current value of this MouseFlags.

FastHasFlags(MouseFlags, MouseFlags)

Determines if the specified flags are set in the current value of this MouseFlags.

FastIsDefined(MouseFlags, int)

Determines if the specified int value is explicitly defined as a named value of the MouseFlags enum type.