Skip to content

Commit

Permalink
chore: add MultiSwipe sample
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 6, 2024
1 parent b38f06b commit 49fecbe
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions sample/resource/pipeline/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"Pinch": {
"action": "MultiSwipe",
"swipes": [
{
"begin": [
100,
100,
0,
0
],
"end": [
500,
300,
0,
0
]
},
{
"begin": [
1000,
600,
0,
0
],
"end": [
700,
400,
0,
0
]
}]
},
"Unpinch": {
"action": "MultiSwipe",
"swipes": [
{
"begin": [
500,
300,
0,
0
],
"end": [
100,
100,
0,
0
]
},
{
"begin": [
700,
400,
0,
0
],
"end": [
1000,
600,
0,
0
]
}
]
}
}

0 comments on commit 49fecbe

Please sign in to comment.