This commit is contained in:
barsdeveloper
2021-10-10 14:14:05 +02:00
parent 8ef5f3dab4
commit 82355b9126
8 changed files with 121 additions and 121 deletions

View File

@@ -5,7 +5,7 @@ export default class MouseWheel extends Pointing {
/**
*
* @param {HTMLElement} target
* @param {import("../UEBlueprint").EBlueprint} blueprint
* @param {import("../UEBlueprint").default} blueprint
* @param {Object} options
*/
constructor(target, blueprint, options) {