From 0064f70c8a17cd40c15486ac385508ce0ee20cf1 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Mon, 4 Feb 2019 18:50:07 -0600 Subject: DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input calibration "wizard". --- Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp') diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp index 0af6efc734..fda476aac6 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp @@ -32,9 +32,6 @@ Cursor::Cursor(const std::string& name_) controls.emplace_back(std::make_unique(Translate, _trans("Hide"))); controls.emplace_back(std::make_unique(Translate, _trans("Recenter"))); - // Default shape is a 1.0 square (no resizing/reshaping): - AddReshapingSettings(1.0, 0.5, 50); - numeric_settings.emplace_back(std::make_unique(_trans("Center"), 0.5)); numeric_settings.emplace_back(std::make_unique(_trans("Width"), 0.5)); numeric_settings.emplace_back(std::make_unique(_trans("Height"), 0.5)); @@ -57,8 +54,6 @@ Cursor::ReshapeData Cursor::GetReshapableState(bool adjusted) ControlState Cursor::GetGateRadiusAtAngle(double ang) const { - // TODO: Change this to 0.5 and adjust the math, - // so pointer doesn't have to be clamped to the configured width/height? return SquareStickGate(1.0).GetRadiusAtAngle(ang); } -- cgit v1.2.3