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
value__
Declaration
public int value__
Field Value
System.Int32
|