浏览代码

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();