Search Results for

    Show / Hide Table of Contents

    Enum MouseScrollDirections

    Specifies the direction of the mouse wheel rotation.

    Namespace: Evergine.Common.Input.Mouse
    Assembly: Evergine.Common.dll
    Syntax
    public enum MouseScrollDirections

    Fields

    Name Description
    Down

    The mouse wheel is rotated in a downward direction (toward the user).

    Left

    The mouse wheel rotates to the left.

    Right

    The mouse wheel rotates to the right.

    Up

    The mouse wheel rotates in an upward direction (away from the user).

    Extension Methods

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