sebavan 5 years ago
parent
commit
84512f793f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Misc/tools.ts

+ 1 - 0
src/Misc/tools.ts

@@ -281,6 +281,7 @@ export class Tools {
 
     /**
      * Gets the pointer prefix to use
+     * @param engine defines the engine we are finding the prefix for
      * @returns "pointer" if touch is enabled. Else returns "mouse"
      */
     public static GetPointerPrefix(engine: Engine): string {