radial menu work as expected

This commit is contained in:
2024-11-21 19:19:44 +02:00
parent 35837405a5
commit 992f31ad85
14 changed files with 762 additions and 222 deletions
@@ -7,18 +7,18 @@
"actions": [
{
"name": "PointClick",
"type": "Button",
"type": "PassThrough",
"id": "fb720cef-8db9-45ea-94b8-34ee20907014",
"expectedControlType": "",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
"initialStateCheck": true
},
{
"name": "CancelClick",
"type": "Button",
"id": "a045f2ab-c0ec-42fc-9343-39839caf2ba4",
"expectedControlType": "Button",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
@@ -332,11 +332,20 @@
"actions": [
{
"name": "Click",
"type": "Button",
"type": "PassThrough",
"id": "cddc5ce5-b808-4da9-b23b-f24a5126f838",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Point",
"type": "PassThrough",
"id": "8fe62ab9-ffe9-4edc-8a1a-e66417e475c8",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
@@ -351,6 +360,17 @@
"action": "Click",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "6013fd8b-2f52-4b27-8549-249c73d113b2",
"path": "<Mouse>/{Point}",
"interactions": "",
"processors": "",
"groups": "",
"action": "Point",
"isComposite": false,
"isPartOfComposite": false
}
]
}