From 6a153452b545ea0eaeb91ff9bc8d8cbb34ffc8b9 Mon Sep 17 00:00:00 2001 From: INARI_DARKFOX <39549290+inaridarkfox4231@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:57:46 +0900 Subject: [PATCH] =?UTF-8?q?foxIA=E3=82=92=E5=A4=96=E3=81=99=E3=81=AE?= =?UTF-8?q?=E3=81=BE=E3=81=9F=E5=BF=98=E3=82=8C=E3=81=9F=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/foxIA.js | 2 +- src/p5wgex.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/foxIA.js b/src/foxIA.js index cfb257e..b95a806 100644 --- a/src/foxIA.js +++ b/src/foxIA.js @@ -608,7 +608,7 @@ const foxIA = (function(){ // 単純に位置を取得するだけ。押してる間だけその状態を認識し続ける。 // 簡易版なので多くを期待しないでください...ちゃんといろいろやりたいならPointerPrototypeを使ってね // あっちでいろいろやってIA.Interactionで取得すればしたいことは全部できますので。 - class Locater extends foxIA.Interaction{ + class Locater extends Interaction{ constructor(){ super(); this.active = false; diff --git a/src/p5wgex.js b/src/p5wgex.js index 9ffb90d..df13ffb 100644 --- a/src/p5wgex.js +++ b/src/p5wgex.js @@ -604,7 +604,7 @@ const foxIA = (function(){ // 単純に位置を取得するだけ。押してる間だけその状態を認識し続ける。 // 簡易版なので多くを期待しないでください...ちゃんといろいろやりたいならPointerPrototypeを使ってね // あっちでいろいろやってIA.Interactionで取得すればしたいことは全部できますので。 - class Locater extends foxIA.Interaction{ + class Locater extends Interaction{ constructor(){ super(); this.active = false;