@netless/window-manager 0.4.0-canary.32 → 0.4.0-canary.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,7 @@ export declare class AppListeners {
11
11
  private appResizeHandler;
12
12
  private boxStateChangeHandler;
13
13
  private setMainViewScenePathHandler;
14
+ private moveCameraHandler;
14
15
  private moveCameraToContainHandler;
15
16
  private cursorMoveHandler;
16
17
  }
@@ -10,6 +10,7 @@ export declare enum Events {
10
10
  SetMainViewScenePath = "SetMainViewScenePath",
11
11
  SetMainViewSceneIndex = "SetMainViewSceneIndex",
12
12
  SwitchViewsToFreedom = "SwitchViewsToFreedom",
13
+ MoveCamera = "MoveCamera",
13
14
  MoveCameraToContain = "MoveCameraToContain",
14
15
  CursorMove = "CursorMove"
15
16
  }