fix new input mouse system
This commit is contained in:
@@ -70,7 +70,7 @@ public partial class @InputActions: IInputActionCollection2, IDisposable
|
||||
""id"": ""d269ae49-9dbe-4e7c-9a80-1276e29898d8"",
|
||||
""expectedControlType"": ""Vector2"",
|
||||
""processors"": """",
|
||||
""interactions"": """",
|
||||
""interactions"": ""Hold"",
|
||||
""initialStateCheck"": true
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ public partial class @InputActions: IInputActionCollection2, IDisposable
|
||||
""id"": ""23cd5caa-3052-46e5-b888-9b7097cffc1b"",
|
||||
""path"": ""<Mouse>/delta"",
|
||||
""interactions"": """",
|
||||
""processors"": """",
|
||||
""processors"": ""NormalizeVector2"",
|
||||
""groups"": """",
|
||||
""action"": ""Rotate"",
|
||||
""isComposite"": false,
|
||||
@@ -186,7 +186,7 @@ public partial class @InputActions: IInputActionCollection2, IDisposable
|
||||
{
|
||||
""name"": ""left"",
|
||||
""id"": ""70123c0f-2726-4ff5-9a04-83d845177032"",
|
||||
""path"": ""<Keyboard>/q"",
|
||||
""path"": ""<Keyboard>/e"",
|
||||
""interactions"": """",
|
||||
""processors"": """",
|
||||
""groups"": """",
|
||||
@@ -197,7 +197,7 @@ public partial class @InputActions: IInputActionCollection2, IDisposable
|
||||
{
|
||||
""name"": ""right"",
|
||||
""id"": ""81380d14-07da-4e3e-b74d-13a4bc2edc1d"",
|
||||
""path"": ""<Keyboard>/e"",
|
||||
""path"": ""<Keyboard>/q"",
|
||||
""interactions"": """",
|
||||
""processors"": """",
|
||||
""groups"": """",
|
||||
@@ -210,7 +210,7 @@ public partial class @InputActions: IInputActionCollection2, IDisposable
|
||||
""id"": ""8e2aefc6-bf10-4653-8782-6b92d5efc35a"",
|
||||
""path"": ""<Mouse>/scroll"",
|
||||
""interactions"": """",
|
||||
""processors"": ""NormalizeVector2"",
|
||||
""processors"": ""NormalizeVector2,InvertVector2(invertX=false)"",
|
||||
""groups"": """",
|
||||
""action"": ""Zoom"",
|
||||
""isComposite"": false,
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"id": "d269ae49-9dbe-4e7c-9a80-1276e29898d8",
|
||||
"expectedControlType": "Vector2",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"interactions": "Hold",
|
||||
"initialStateCheck": true
|
||||
},
|
||||
{
|
||||
@@ -144,7 +144,7 @@
|
||||
"id": "23cd5caa-3052-46e5-b888-9b7097cffc1b",
|
||||
"path": "<Mouse>/delta",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"processors": "NormalizeVector2",
|
||||
"groups": "",
|
||||
"action": "Rotate",
|
||||
"isComposite": false,
|
||||
@@ -164,7 +164,7 @@
|
||||
{
|
||||
"name": "left",
|
||||
"id": "70123c0f-2726-4ff5-9a04-83d845177032",
|
||||
"path": "<Keyboard>/q",
|
||||
"path": "<Keyboard>/e",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
@@ -175,7 +175,7 @@
|
||||
{
|
||||
"name": "right",
|
||||
"id": "81380d14-07da-4e3e-b74d-13a4bc2edc1d",
|
||||
"path": "<Keyboard>/e",
|
||||
"path": "<Keyboard>/q",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
@@ -188,7 +188,7 @@
|
||||
"id": "8e2aefc6-bf10-4653-8782-6b92d5efc35a",
|
||||
"path": "<Mouse>/scroll",
|
||||
"interactions": "",
|
||||
"processors": "NormalizeVector2",
|
||||
"processors": "NormalizeVector2,InvertVector2(invertX=false)",
|
||||
"groups": "",
|
||||
"action": "Zoom",
|
||||
"isComposite": false,
|
||||
|
||||
Reference in New Issue
Block a user