summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup
AgeCommit message (Expand)Author
2025-02-02Merge pull request #13208 from Dentomologist/wiitasinputwindow_update_on_atta...Admiral H. Curtiss
2025-01-18WiiTASInputWindow: Update controls when attachment changesDentomologist
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-10-11ControllerEmu: Change trigger threshold check to >= instead of > and set mini...Jordan Woyak
2024-04-15DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" bu...Jordan Woyak
2024-03-11WiimoteEmu: Add user-accessible controls that report the desired state of the...Admiral H. Curtiss
2023-06-12ControllerEmu: Convert Translatability to enum classDentomologist
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2023-02-26InputCommon: Fix ControlGroup::SaveConfig with DefaultValue::DisabledJosJuice
2022-10-03ControllerEmu: Add new "input override" systemJosJuice
2022-07-07Merge pull request #9147 from jordan-woyak/imu-accel-weight-settingAdmiral H. Curtiss
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-06-13WiimoteEmu: Expose IMU pointing accelerometer weight setting.Jordan Woyak
2022-01-04InputCommon: Use value of "Modifier" button "Range" setting rather than alway...Jordan Woyak
2021-12-23ControllerEmu: Hide the cursor if the input gate is disabledPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-19IMUGyroscope: make GetState update optional (on by default), fix const, clean...Filoppi
2021-05-19InputCommon: improve code that returns a controller attachment indexFiloppi
2021-05-19IMUAccelerometer: consistency of BoundCount checksFiloppi
2021-05-14Merge pull request #9688 from Filoppi/input_cleanupScott Mansell
2021-05-12InputCommon: clamp the attachment setting max to its actual enum maxFiloppi
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-12InputCommon: fix serialization of control expression with line breaksFiloppi
2021-05-10InputCommon: follow coding conventions and rename GetState() to UpdateState()Filoppi
2021-05-10InputCommon: add a ton of missing constsFiloppi
2021-03-17InputCommon: Allow for partial gyro mapping; for Free Look, this allows you t...iwubcode
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2020-11-17Remove a redundant i18n commentJosJuice
2020-11-03Virtual Notch settings and UI for octagonal stickNick Michael
2020-10-19WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip.Jordan Woyak
2020-09-28ControllerEmu: Increase "IMUPointer" "Total Yaw" default value to match that ...Jordan Woyak
2020-09-28ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new ...Jordan Woyak
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-07-11WiimoteEmu: Allow writes of the i2c bus to play speaker data.Jordan Woyak
2020-04-27Android: Use touch emulation of IR by defaultJosJuice
2020-02-24DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers".Jordan Woyak
2020-02-17InputCommon: Add real Wii Remote support to ControllerInterface. Add option t...Jordan Woyak
2020-02-17InputCommon: Add calibration functionality to IMUGyroscope.Jordan Woyak
2020-02-17InputCommon: Add "Dead Zone" setting to raw gyro inputs.Jordan Woyak
2020-02-09InputCommon: Clean up creation of inputs.Jordan Woyak
2020-02-09InputCommon: Eliminate some duplicated button threshold logic.Jordan Woyak
2020-02-08InputCommon: Allow Wii remote extension to be set with an input expression.Jordan Woyak
2020-02-08InputCommon: Allow controller settings specified with input expresions.Jordan Woyak
2020-01-18InputCommon: List IMUAccelerometer's Up/Down inputs first for consistency.Jordan Woyak
2019-11-22InputCommon/IMU*: Remove unnecessary includesLioncash
2019-11-03Motion Input: Add "enable" checkbox for motion controlled cursor.rlnilsen
2019-11-03Input: Add optional "enable" setting to the ControlGroup class.rlnilsen
2019-10-30Merge pull request #8438 from JosJuice/tilt-tooltip-stringMat M