Merge remote-tracking branch 'origin/master' into 1.1
# Conflicts: # Source/Engine/Navigation/NavMesh.cpp # Source/Engine/Navigation/NavMeshBuilder.cpp
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#define MAX_GAMEPADS 8
|
||||
|
||||
/// <summary>
|
||||
/// Hardware mouse cursor behaviour.
|
||||
/// Hardware mouse cursor behavior.
|
||||
/// </summary>
|
||||
API_ENUM() enum class CursorLockMode
|
||||
{
|
||||
|
||||
@@ -124,7 +124,7 @@ public:
|
||||
virtual void SetMousePosition(const Vector2& newPosition) = 0;
|
||||
|
||||
/// <summary>
|
||||
/// Called when mouse cursor gets moved by the application. Invalidates the previous cached mouse position to prevent mouse jitter when locking the cursor programatically.
|
||||
/// Called when mouse cursor gets moved by the application. Invalidates the previous cached mouse position to prevent mouse jitter when locking the cursor programmatically.
|
||||
/// </summary>
|
||||
/// <param name="newPosition">The new mouse position.</param>
|
||||
void OnMouseMoved(const Vector2& newPosition)
|
||||
|
||||
Reference in New Issue
Block a user