Search Results for

    Show / Hide Table of Contents

    Class CursorLockMode

    Hardware mouse cursor behavior.

    Inheritance
    System.Object
    CursorLockMode
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class CursorLockMode : Enum

    Fields

    Clipped

    Cursor position is confined to the bounds of the game window.

    Declaration
    public const CursorLockMode Clipped
    Field Value
    CursorLockMode

    Locked

    Cursor position is locked to the center of the game window.

    Declaration
    public const CursorLockMode Locked
    Field Value
    CursorLockMode

    None

    The default mode.

    Declaration
    public const CursorLockMode None
    Field Value
    CursorLockMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat