Add mouse and keyboard input for Mac

This commit is contained in:
Wojtek Figat
2022-01-05 17:48:17 +01:00
parent c34cfe5b30
commit d202c8b864
2 changed files with 359 additions and 0 deletions

View File

@@ -678,6 +678,14 @@ public:
return _trackingMouseOffset;
}
/// <summary>
/// Gets the value indicating whenever mouse input is tracked by this window.
/// </summary>
API_PROPERTY() bool IsMouseTracking() const
{
return _isTrackingMouse;
}
/// <summary>
/// Ends the mouse tracking.
/// </summary>