Lysa  0.0
Lysa 3D Engine
MouseMode Enum Referenceenum

Detailed Description

Mouse cursor visibility and capture mode constants.

Lua full name: lysa.MouseMode

Constants

integer VISIBLE
 Cursor is visible and moves freely.
 
integer VISIBLE_CAPTURED
 Cursor is visible but confined to the window.
 
integer HIDDEN
 Cursor is hidden and moves freely.
 
integer HIDDEN_CAPTURED
 Cursor is hidden and confined to the window (first-person look).
 

Enumerator Documentation

integer VISIBLE

Cursor is visible and moves freely.

integer VISIBLE_CAPTURED

Cursor is visible but confined to the window.

integer HIDDEN

Cursor is hidden and moves freely.

integer HIDDEN_CAPTURED

Cursor is hidden and confined to the window (first-person look).