LogitechWingmanController.GetMotion C# (CSharp) Method

GetMotion() public method

public GetMotion ( ) : Vector2
return Vector2
    public override Vector2 GetMotion()
    {
        return InvertAxis(base.GetMotion(), true, false);
    }