Add ClipCursor (Windows only)
This commit is contained in:
@@ -104,6 +104,7 @@ WindowBase::WindowBase(const CreateWindowSettings& settings)
|
||||
, _trackingMouseOffset(Vector2::Zero)
|
||||
, _isUsingMouseOffset(false)
|
||||
, _isTrackingMouse(false)
|
||||
, _isClippingCursor(false)
|
||||
, RenderTask(nullptr)
|
||||
{
|
||||
// Update window location based on start location
|
||||
|
||||
Reference in New Issue
Block a user