Skip to content

Commit

Permalink
Update input-selection-2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier authored Oct 5, 2022
1 parent 6018df1 commit 8576f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input-selection-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
if (inputSource.gamepad) {
for(let x = 0; x < inputSource.gamepad.buttons.length; x++) {
let button = inputSource.gamepad.buttons[x];
console.log("button " + x + ": pressed " + button.pressed + ", touched " + button.value + ", value " + button.value);
//console.log("button " + x + ": pressed " + button.pressed + ", touched " + button.value + ", value " + button.value);
}
}

Expand Down

0 comments on commit 8576f2d

Please sign in to comment.