exodeui 6.3.32 → 6.3.34

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.
@@ -37,6 +37,7 @@ export declare class ExodeUIEngine {
37
37
  private lastHoveredObjectId;
38
38
  private _lastPointerPos;
39
39
  private _prevPointerPos;
40
+ private _mouseDelta;
40
41
  private focusedId;
41
42
  private draggingSliderId;
42
43
  private draggingJoystickId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "6.3.32",
3
+ "version": "6.3.34",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",