@dcl/playground-assets 7.4.6 → 7.4.7-8105491380.commit-8dbeee0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/alpha.d.ts CHANGED
@@ -1475,6 +1475,18 @@ export declare function createEthereumProvider(): {
1475
1475
  sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
1476
1476
  };
1477
1477
 
1478
+ /**
1479
+ * @public
1480
+ * ____DO NOT USE ____ use inputSystem instead
1481
+ */
1482
+ export declare function createInputSystem(engine: IEngine): IInputSystem;
1483
+
1484
+ /**
1485
+ * @public
1486
+ * ___DO NOT USE___ use pointerEventsSystem instead
1487
+ */
1488
+ export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
1489
+
1478
1490
  /**
1479
1491
  * Transform parenting: cyclic dependency checker
1480
1492
  * It checks only in modified Transforms
package/dist/beta.d.ts CHANGED
@@ -1475,6 +1475,18 @@ export declare function createEthereumProvider(): {
1475
1475
  sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
1476
1476
  };
1477
1477
 
1478
+ /**
1479
+ * @public
1480
+ * ____DO NOT USE ____ use inputSystem instead
1481
+ */
1482
+ export declare function createInputSystem(engine: IEngine): IInputSystem;
1483
+
1484
+ /**
1485
+ * @public
1486
+ * ___DO NOT USE___ use pointerEventsSystem instead
1487
+ */
1488
+ export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
1489
+
1478
1490
  /**
1479
1491
  * Transform parenting: cyclic dependency checker
1480
1492
  * It checks only in modified Transforms
@@ -1475,6 +1475,18 @@ export declare function createEthereumProvider(): {
1475
1475
  sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
1476
1476
  };
1477
1477
 
1478
+ /**
1479
+ * @public
1480
+ * ____DO NOT USE ____ use inputSystem instead
1481
+ */
1482
+ export declare function createInputSystem(engine: IEngine): IInputSystem;
1483
+
1484
+ /**
1485
+ * @public
1486
+ * ___DO NOT USE___ use pointerEventsSystem instead
1487
+ */
1488
+ export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
1489
+
1478
1490
  /**
1479
1491
  * Transform parenting: cyclic dependency checker
1480
1492
  * It checks only in modified Transforms