Skip to content

Commit

Permalink
Add mouse_basic.flip to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Sep 22, 2023
1 parent fcf82c7 commit 0faa46e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"buttons": [],
"horizontal_wheel": 10,
"vertical_wheel": 236,
"x": 30,
"y": 40
"x": 40,
"y": 30
},
"time_stamp": 2,
"type": "pointing_input"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"description": "flip vertical_wheel",
"type": "mouse_basic",
"flip": ["vertical_wheel"]
"flip": ["vertical_wheel"],
"swap": ["xy"]
}
]

0 comments on commit 0faa46e

Please sign in to comment.