You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in extension:
XpadControl.Interfaces.AdamActionsMethodsDependencies.ToServoRange(this float gamepadRangeValue, int zeroPosition)
Add test
Change implementation to the calculated range
For example (???):
zeroPosition = 17
negativeRange = -100 -17
negativeRangeValue = negativeRange /zeroPosition
if the value on the axis decreases, the change in the value in this case will be equal to negativeRangeValue
The text was updated successfully, but these errors were encountered:
in extension:
XpadControl.Interfaces.AdamActionsMethodsDependencies.ToServoRange(this float gamepadRangeValue, int zeroPosition)
For example (???):
zeroPosition = 17
negativeRange = -100 -17
negativeRangeValue = negativeRange /zeroPosition
if the value on the axis decreases, the change in the value in this case will be equal to negativeRangeValue
The text was updated successfully, but these errors were encountered: