summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2020-01-13ControllerInterface: Don't consider the empty string a valid unique ID.Jordan Woyak
2020-01-13ControllerInterface: Combine evdev devices with the same unique ID.Jordan Woyak
2020-01-07Fix trailing whitespaceScott Mansell
2020-01-07Document the evdev "interesting" heuristic Scott Mansell
2019-12-23DualShockUDPClient: downgrade spurious NOTICE_LOGsPierre Bourdon
2019-11-28InputCommon: Decouple ButtonManager and Touchscreen from AndroidOatmealDome
2019-11-27Merge pull request #8439 from JosJuice/android-native-motion-controlsAnthony
2019-11-24Merge pull request #8486 from lioncash/dualshockLéo Lam
2019-11-22InputCommon/DualShockUDPClient: Use an alias for the clock typeLioncash
2019-11-22InputCommon/DualShockUDPClient: Use deduction guides for lock_guardLioncash
2019-11-22InputCommon/DualShockUDPClient: Make use of std::array where applicableLioncash
2019-11-22InputCommon/DualShockUDPClient: Relocate settings to top of source fileLioncash
2019-11-22InputCommon/DualShockUDPClient: In-class initialize members where applicableLioncash
2019-11-22InputCommon/DualShockUDPClient: Add missing header guardLioncash
2019-11-22InputCommon: Make use of fmt where applicableLioncash
2019-11-20Android: Let WiimoteEmu know whether we have accelerometer/gyroscopeJosJuice
2019-11-20Android: Native motion controlsJosJuice
2019-11-10evdev: fix bad integer division.Jordan Woyak
2019-11-09InputCommon: Detect when evdev exposes acceleration/gyroscope data.Jordan Woyak
2019-10-27Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...rlnilsen
2019-10-26UDPServer: Add configuration UI.rlnilsen
2019-10-26Add support for motion controllers via the CemuHook controller input protocol.rlnilsen
2019-08-09Merge pull request #8233 from JosJuice/stringutil-string-viewConnor McLaughlin
2019-08-02InputCommon/DInputJoystick: Correct force-feedback flag testingLioncash
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-06-08Merge pull request #8117 from weihuoya/threaded_envConnor McLaughlin
2019-05-29ControllerInterface/Device: Make DetectInput() a const member functionLioncash
2019-05-29ControllerInterface/Device: Take vector by const reference in DetectInput()Lioncash
2019-05-29ControllerInterface/Device: std::move strings in constructor where applicableLioncash
2019-05-29ControllerInterface/Device: Use std::string_view where applicableLioncash
2019-05-29android: thread local envweihuoya
2019-05-08InputCommon/Device.cpp: Add missing includespycrab
2019-05-08InputCommon/DInput.h: Add missing includespycrab
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-04-20ControllerInterface/DInput: Optimize cursor position updating.Jordan Woyak
2019-04-13ControllerInterface: Rename full surface analog inputs to be more visually di...Jordan Woyak
2019-04-06Merge pull request #7689 from jordan-woyak/sdl-improveJMC47
2019-03-31InputCommon: Fix Win32 init race.Jordan Woyak
2019-03-29ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...Jordan Woyak
2019-03-29Add hotplug support to DInput and XInput controller backendsMichael M
2019-03-29Add ControllerInterface::Win32 to wrap XInput and DInputMichael M
2019-03-22Merge pull request #7918 from spycrab/iokit_refactorspycrab
2019-03-22InputCommon/OSX: Refactor IOKit controller interfacespycrab
2019-03-21Merge pull request #7906 from jordan-woyak/leak-fixTilka
2019-03-19ControllerInterface: Unbreak DirectInput POV Hats having bad values on init.Jordan Woyak
2019-03-17DolphinQt/InputCommon: Fix a few memory leaks.Jordan Woyak
2019-03-17ControllerInterface: SDL: Replace unclear bool parameter with enum class.Jordan Woyak
2019-03-17ControllerInterface: SDL cleanup and FF effect fixes.Jordan Woyak