Add mouse and keyboard input for Mac
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user