Search Results for

    Show / Hide Table of Contents

    Enum MouseButtons

    Specifies constants that define which mouse button was pressed.

    Namespace: Evergine.Common.Input.Mouse
    Assembly: Evergine.Common.dll
    Syntax
    [Flags]
    public enum MouseButtons
    Remarks

    It can be used as flags in the State property.

    Fields

    Name Description
    Left

    The left mouse button was pressed.

    Middle

    The middle mouse button was pressed.

    None

    No mouse button was pressed.

    Right

    The right mouse button was pressed.

    XButton1

    The first XButton was pressed.

    XButton2

    The second XButton was pressed.

    Extension Methods

    NoesisHelper.ToNoesis(MouseButtons)
    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX