Enum VirtualMouseInput.CursorMode
Determines how the cursor for the virtual mouse is represented.
Namespace: UnityEngine .InputSystem .UI
Assembly: Unity.InputSystem.dll
Syntax
public enum VirtualMouseInput.CursorMode
Fields
Name | Description |
---|---|
HardwareCursorIfAvailable | If a native Mouse device is present, its cursor will be used and driven
by the virtual mouse using Warp Note that if no native Mouse is present, behavior will fall back to
Software |
SoftwareCursor | The cursor is represented as a UI element. See cursor |