Enum LockMode
The types of lock modes which are supported.
[Flags]
public enum LockMode
Fields
Default = Pause | FreeCursorThe default lock mode.
FreeCursor = 2Brings 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).
Locks navigation inputs, such as toggling the
InGameMenu.None = 0Don't lock anything.
Pause = 1Pauses the game.