sebavan 5 anni fa
parent
commit
84512f793f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {