Merge branch 'feature-clip-cursor' of https://github.com/ScottLongley/FlaxEngine into ScottLongley-feature-clip-cursor
This commit is contained in:
@@ -104,6 +104,7 @@ WindowBase::WindowBase(const CreateWindowSettings& settings)
|
||||
, _trackingMouseOffset(Float2::Zero)
|
||||
, _isUsingMouseOffset(false)
|
||||
, _isTrackingMouse(false)
|
||||
, _isClippingCursor(false)
|
||||
, RenderTask(nullptr)
|
||||
{
|
||||
// Update window location based on start location
|
||||
|
||||
Reference in New Issue
Block a user