This commit is contained in:
2025-11-21 22:11:34 +07:00
parent b978b821fa
commit b02f14ee47
2 changed files with 10 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ public class InputResolver
{
get
{
if ( !IsDriverActive )
return 0;
if ( Input.UsingController )
return Input.GetAnalog( InputAnalog.LeftTrigger );
@@ -45,6 +48,9 @@ public class InputResolver
{
get
{
if ( !IsDriverActive )
return 0;
if ( Input.UsingController )
return Input.GetAnalog( InputAnalog.RightTrigger );