summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-10-08evdev: simplify codeTillmann Karras
2018-09-21Merge pull request #7400 from zackhow/phone-rumbleMarkus Wick
2018-09-16Merge pull request #7262 from lioncash/forceLéo Lam
2018-09-08Fix a string not getting translatedJosJuice
2018-09-07Android: Add rumble for phonezackhow
2018-08-27InputCommon/XInput2: Increase mouse buttons to 32Techjar
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-07Input: Allow per-game configuration to specify directories for input-profiles...iwubcode
2018-07-07Fix lint bugsiwubcode
2018-07-07Input: Trim profile names to allow spaces between ','siwubcode
2018-07-07InputConfig: Show display message when game specific input profile is loaded...iwubcode
2018-07-07Input: Allow cycling to occur for each individual controlleriwubcode
2018-07-07Input: Add cycling between game specific profilesiwubcode
2018-07-07Input: Add hotkey to cycle the wiimote profile forward or backwardiwubcode
2018-07-07Wiimote Emulation: Be able to trigger swings consistently by holding down but...iwubcode
2018-07-02ControllerEmu/BooleanSetting: Add exclusive flagspycrab
2018-06-08Merge pull request #7062 from robopilot99/masterLéo Lam
2018-06-06Use UICommon's game list code on AndroidJosJuice
2018-06-04Add auto-hide option to Wii IR pointerrobopilot99
2018-06-04Add hotplug support to SDL2 controller backendMichael M
2018-06-04SDLJoystick: store name on creationMichael M
2018-06-04CMake: make SDL a private dep of InputCommonMichael M
2018-04-19THis fixes issue #08 and #16, the rumble test and sliderConnor Roth
2018-04-14Merge pull request #6564 from JosJuice/translate-certain-button-namesLéo Lam
2018-04-13Merge pull request #6625 from lioncash/evdev-udevLéo Lam
2018-04-13ControllerEmu: Use enum instead of bool for translatabilityJosJuice
2018-04-13Translate certain button names but not allJosJuice
2018-04-12Reformat all the things!spycrab
2018-04-10InputCommon/CMakeLists: Link evdev and udev in privatelyLioncash
2018-04-10InputCommon/CMakeLists: Include evdev and udev includes on a by-target basisLioncash
2018-03-30CMakeLists: Link in system framework libraries explicitly on macOSLioncash
2018-03-29InputCommon/CMakeLists: Link in ForceFeedback library explicitly on macOSLioncash
2018-03-24InputCommon/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-02-07Merge pull request #6355 from myfreeweb/clang6-warningAnthony
2018-02-05Ignore -Wregister to calm down recent clang and GCC (C++17 mode)Greg V
2018-02-05evdev: Always unref received udev devicesLéo Lam
2018-02-04evdev: Don't leak eventfd on shutdownLéo Lam
2018-02-04evdev: Fix select() callLéo Lam
2017-12-19Rename constructor parameters to avoid shadowing membersEmmanuel Gil Peyrot
2017-12-15Merge pull request #6166 from ligfx/invokedeviceschangedcallbacksLeo Lam
2017-11-19DeviceQualifier: small cleanupMichael M
2017-11-19GCPadEmu: only connected if default device connectedMichael Maltese
2017-11-19Add GCPadStatus.isConnected booleanMichael Maltese