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

    They can be used as flags in the State property.

    Fields

    Name Description
    Left

    The left mouse button has been pressed.

    Middle

    The middle mouse button is pressed.

    None

    No mouse buttons were pressed.

    Right

    The right mouse button has been pressed.

    XButton1

    The first XButton is pressed.

    XButton2

    The second XButton is pressed.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX