![]() |
Lysa
0.0
Lysa 3D Engine
|
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). | |
| 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).