|
@@ -1,6 +1,9 @@
|
|
|
-using PixiEditor.Models.Position;
|
|
|
-using PixiEditor.ViewModels;
|
|
|
-
|
|
|
+using PixiEditor.Models.Controllers;
|
|
|
+using PixiEditor.Models.Position;
|
|
|
+using PixiEditor.ViewModels.SubViewModels.Main;
|
|
|
+using System.Collections.Generic;
|
|
|
+using System.Windows.Input;
|
|
|
+
|
|
|
namespace PixiEditor.Models.Tools.Tools
|
|
|
{
|
|
|
public class MoveViewportTool : ReadonlyTool
|