summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
AgeCommit message (Expand)Author
2024-11-05ControllerEmu: Remove nunchuk stick data hax.Jordan Woyak
2023-06-12ControllerEmu: Convert Translatability to enum classDentomologist
2022-10-03ControllerEmu: Add new "input override" systemJosJuice
2022-06-26ControllerEmu: Allow settings to be categorized as "advanced". Make "Virtual ...Jordan Woyak
2022-06-26ControllerEmu: Expose gate size setting for octagon analog sticks.Jordan Woyak
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-10InputCommon: add a ton of missing constsFiloppi
2020-11-03Virtual Notch settings and UI for octagonal stickNick Michael
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-02-09InputCommon: Clean up creation of inputs.Jordan Woyak
2020-02-09InputCommon: Eliminate some duplicated button threshold logic.Jordan Woyak
2019-02-10DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...Jordan Woyak
2018-12-30ControllerEmu: code cleanup.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-27ControllerEmu: Allow analog stick input radius greater than one. Useful for r...Jordan Woyak
2018-12-27InputCommon: Simplified StickGate interface and moved class into its own file...Jordan Woyak
2018-12-27Add ability to reshape analog sticks from square/circle to octagon and make t...Jordan Woyak
2018-07-13ControlGroup/AnalogStick: Return state data by valueLioncash
2018-04-13ControllerEmu: Use enum instead of bool for translatabilityJosJuice
2018-04-13Translate certain button names but not allJosJuice
2017-03-02InputCommon: move Setting classes out of ControlGroupMichael Maltese
2017-02-25ControlGroup: Convert group type enum into an enum classLioncash
2017-02-09ControllerEmu: Separate ControlGroup from ControllerEmuLioncash