Use #2234 for all platforms by default

This commit is contained in:
Wojtek Figat
2024-02-19 20:40:30 +01:00
parent eedc348032
commit 668b03a409
3 changed files with 5 additions and 10 deletions

View File

@@ -100,9 +100,6 @@ WindowBase::WindowBase(const CreateWindowSettings& settings)
, _dpi(96)
, _dpiScale(1.0f)
, _trackingMouseOffset(Float2::Zero)
, _isUsingMouseOffset(false)
, _isTrackingMouse(false)
, _isClippingCursor(false)
, RenderTask(nullptr)
{
// Update window location based on start location