Table of Contents

Enum LockMode

Namespace
UILib.Patches
Assembly
UILib.dll

The types of lock modes which are supported.

[Flags]
public enum LockMode

Fields

Default = Pause | FreeCursor

The default lock mode.

FreeCursor = 2

Brings the cursor out of its normal locked state, allowing the user to move it around freely (instead of being fixed to the center of the screen).

Navigation = 4

Locks navigation inputs, such as toggling the InGameMenu.

None = 0

Don't lock anything.

Pause = 1

Pauses the game.