summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/StickGate.cpp
AgeCommit message (Expand)Author
2025-03-15InputCommon/ControllerEmu: Break out functionality of EmulatedControllerJordan Woyak
2024-10-09Simplify `std::transform` with `std::ranges::transform_view`mitaclaw
2024-09-22StringUtil: Remove `JoinStrings`mitaclaw
2024-04-15InputCommon: Fix unnecessary "Modifier/Range" ini file entries.Jordan Woyak
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2022-01-04InputCommon: Use value of "Modifier" button "Range" setting rather than alway...Jordan Woyak
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-12StickGate: add custom clamp valueFiloppi
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-10InputCommon: add a ton of missing constsFiloppi
2020-11-03Virtual Notch settings and UI for octagonal stickNick Michael
2020-09-19ControllerEmu: Improve and simplify UpdateCalibrationData.Jordan Woyak
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-02-25InputCommon: Specify ini value default when saving calibration "center".Jordan Woyak
2020-02-25InputCommon: Clamp calibration values within square shape.Jordan Woyak
2020-02-25InputCommon: RoundStickGate's ideal sample count can be 1.Jordan Woyak
2019-11-22InputCommon: Make use of fmt where applicableLioncash
2019-05-18ControllerEmu: Add support for setting the center of a ReshapableInputArtemis Tosini
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-04-12WiimoteEmu: Allow shake frequency and intensity to be configured. Other minor...Jordan Woyak
2019-04-07InputCommon: Clean up how numeric settings are handled. Add units of measure ...Jordan Woyak
2019-03-01ControllerEmu: Deadzone math fix.Jordan Woyak
2019-02-10DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...Jordan Woyak
2018-12-30ControllerEmu::Cursor: Add input radius/shape settings to IR Cursor mappings ...Jordan Woyak
2018-12-29ControllerEmu: Reorganize stick reshaping code and use it for emu wiimote til...Jordan Woyak
2018-12-27InputCommon: Simplified StickGate interface and moved class into its own file...Jordan Woyak