Skip to content

Commit

Permalink
Add input test for toggle click
Browse files Browse the repository at this point in the history
  • Loading branch information
x-sheep committed Jul 21, 2024
1 parent eefbc65 commit 128e693
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/script/firewalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ ui.debug.addDebugData("firewalk", {
result:
"pzprv3/firewalk/3/3/. . . /. B . /. . . /0 0 1 0 /0 1 1 0 /0 1 0 0 /0 0 0 /0 1 0 /0 1 0 /0 0 0 /"
},
{
input: ["mouse,left,3,3"],
result:
"pzprv3/firewalk/3/3/. . . /. A . /. . . /0 0 1 0 /0 1 1 0 /0 1 0 0 /0 0 0 /0 1 0 /0 1 0 /0 0 0 /"
},
{
input: ["mouse,left,1,3,5,3"],
result:
Expand Down

0 comments on commit 128e693

Please sign in to comment.