Merge branch 'feature-clip-cursor' of https://github.com/ScottLongley/FlaxEngine into ScottLongley-feature-clip-cursor

This commit is contained in:
Wojtek Figat
2022-07-16 09:03:47 +02:00
6 changed files with 73 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ API_ENUM() enum class CursorLockMode
/// Cursor position is locked to the center of the game window.
/// </summary>
Locked = 1,
/// <summary>
/// Cursor position is confined to the bounds of the game window.
/// </summary>
Clipped = 2,
};
/// <summary>