Преглед изворни кода

Changed comment to reflect new changes

Dave Solares пре 5 година
родитељ
комит
4a2b44c2c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/DeviceInput/deviceInputSystem.ts

+ 1 - 1
src/DeviceInput/deviceInputSystem.ts

@@ -41,7 +41,7 @@ export class DeviceInputSystem {
 
     /**
      * Default Constructor
-     * @param elementToAttachTo - element to attach events to (usually canvas)
+     * @param scene - scene object to check for canvas
      */
     constructor(scene: Scene) {
         this._elementToAttachTo = scene.getEngine().getInputElement();