work on openxr controllers
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"/user/hand/left":
|
||||
{
|
||||
"inputs":
|
||||
[
|
||||
{
|
||||
"name": "select",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "menu",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "grip",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aim",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"/user/hand/right":
|
||||
{
|
||||
"inputs":
|
||||
[
|
||||
{
|
||||
"name": "select",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "menu",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "grip",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aim",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,135 @@
|
||||
{
|
||||
"/user/hand/left":
|
||||
{
|
||||
"inputs":
|
||||
[
|
||||
{
|
||||
"name": "x",
|
||||
"actions":
|
||||
[
|
||||
"click",
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"actions":
|
||||
[
|
||||
"click",
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "menu",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "squeeze",
|
||||
"actions":
|
||||
[
|
||||
"value"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "thumbstick",
|
||||
"actions":
|
||||
[
|
||||
"x",
|
||||
"y",
|
||||
"click",
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "thumbrest",
|
||||
"actions":
|
||||
[
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "grip",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aim",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"/user/hand/right":
|
||||
{
|
||||
"inputs":
|
||||
[
|
||||
{
|
||||
"name": "a",
|
||||
"actions":
|
||||
[
|
||||
"click",
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "b",
|
||||
"actions":
|
||||
[
|
||||
"click",
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "system",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "squeeze",
|
||||
"actions":
|
||||
[
|
||||
"value"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "thumbstick",
|
||||
"actions":
|
||||
[
|
||||
"x",
|
||||
"y",
|
||||
"click",
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "thumbrest",
|
||||
"actions":
|
||||
[
|
||||
"touch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "grip",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aim",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
}
|
||||
]}
|
||||
}
|
||||
Reference in New Issue
Block a user