Skip to content

Commit

Permalink
foxIAを外すのまた忘れたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
inaridarkfox4231 committed Sep 27, 2023
1 parent 3161bc1 commit 6a15345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/foxIA.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ const foxIA = (function(){
// 単純に位置を取得するだけ。押してる間だけその状態を認識し続ける。
// 簡易版なので多くを期待しないでください...ちゃんといろいろやりたいならPointerPrototypeを使ってね
// あっちでいろいろやってIA.Interactionで取得すればしたいことは全部できますので。
class Locater extends foxIA.Interaction{
class Locater extends Interaction{
constructor(){
super();
this.active = false;
Expand Down
2 changes: 1 addition & 1 deletion src/p5wgex.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ const foxIA = (function(){
// 単純に位置を取得するだけ。押してる間だけその状態を認識し続ける。
// 簡易版なので多くを期待しないでください...ちゃんといろいろやりたいならPointerPrototypeを使ってね
// あっちでいろいろやってIA.Interactionで取得すればしたいことは全部できますので。
class Locater extends foxIA.Interaction{
class Locater extends Interaction{
constructor(){
super();
this.active = false;
Expand Down

0 comments on commit 6a15345

Please sign in to comment.