Search Results for

    Show / Hide Table of Contents

    Enum CursorTypes

    Enum with cursor types.

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

    Fields

    Name Description
    Arrow

    The default arrow cursor.

    Crosshair

    The crosshair ("+") cursor.

    Hand

    The hand cursor, typically used for web links.

    IBeam

    The cursor that appears when the mouse is over text-editing regions.

    No

    The cursor that indicates something is invalid, usually a cross.

    None

    Cursor is not visible.

    Sizing

    The size of the cursor which points in all directions.

    Unknown

    Represents an unknown cursor type.

    Wait

    The wait cursor that appears while the application/system is busy.

    WaitArrow

    The combination of Arrow and Wait cursors.

    Extension Methods

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