summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu
AgeCommit message (Expand)Author
2018-07-13ControlGroup/Triggers: Return state data by valueLioncash
2018-07-13ControlGroup/Tilt: Return state data by valueLioncash
2018-07-13ControlGroup/Slider: Return state data by valueLioncash
2018-07-13ControlGroup/Force: Return state data by valueLioncash
2018-07-13ControlGroup/Cursor: Return state data by valueLioncash
2018-07-13ControlGroup/AnalogStick: Return state data by valueLioncash
2018-07-07Wiimote Emulation: Be able to trigger swings consistently by holding down but...iwubcode
2018-07-02ControllerEmu/BooleanSetting: Add exclusive flagspycrab
2018-06-04Add auto-hide option to Wii IR pointerrobopilot99
2018-04-13ControllerEmu: Use enum instead of bool for translatabilityJosJuice
2018-04-13Translate certain button names but not allJosJuice
2017-12-19Rename constructor parameters to avoid shadowing membersEmmanuel Gil Peyrot
2017-11-19GCPadEmu: only connected if default device connectedMichael Maltese
2017-11-04EmulatedController: encapsulate default device behind getters/settersMichael M
2017-09-14ControlReference: don't reparse expression when references are updatedMichael M
2017-07-26Make DolphinWX strings more like DolphinQt2 stringsJosJuice
2017-05-06Don't translate button namesJosJuice
2017-05-04Merge pull request #5345 from JosJuice/consistent-controller-translationAnthony
2017-04-30Merge pull request #5349 from JosJuice/more-incorrect-transMat M
2017-04-30Remove incorrect usage of _transJosJuice
2017-04-30Mark "Recenter" for translationJosJuice
2017-04-30Use _trans consistently for controllersJosJuice
2017-04-04ControllerEmu: Replace includes with forward declarationsLioncash
2017-03-13Make ControllerEmu::BooleanSetting non-virtualMichael Maltese
2017-03-13Remove unused ControllerEmu::BackgroundInputSettingMichael Maltese
2017-03-03BooleanSetting: Initialize m_value to default_value in the constructorLioncash
2017-03-03NumericSettings: Initialize m_value to default_value in the constructorLioncash
2017-03-02InputCommon: move Setting classes out of ControlGroupMichael Maltese
2017-02-25ControlGroup: Convert group type enum into an enum classLioncash
2017-02-18Change INI keys containing "Wii Remote" back to "Wiimote"JosJuice
2017-02-15Merge pull request #4892 from lioncash/controlMat M
2017-02-11Force: Use std::array for m_swingLioncash
2017-02-11Tilt: Use std::array for m_tiltLioncash
2017-02-11Merge pull request #4895 from lioncash/constJosJuice
2017-02-11Merge pull request #4894 from lioncash/privateJosJuice
2017-02-11ControllerEmu: Add const to UpdateReferences() first reference parameterLioncash
2017-02-10Cursor: Make m_z privateLioncash
2017-02-10Buttons: Use a delegating constructorLioncash
2017-02-10Control: Convert raw pointer parameter into unique_ptrLioncash
2017-02-09ControllerEmu: Separate ControlGroup from ControllerEmuLioncash
2017-02-08ControllerEmu: Fix incorrect default radius being set in AnalogStickLioncash
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2017-02-07ControllerEmu: Move into its own directoryLioncash