summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2019-01-10ControllerInterface: Allow hotplug callbacks to be unregistered and don't rel...Jordan Woyak
2019-01-08Merge pull request #7666 from jordan-woyak/input-shutdown-fixJosJuice
2019-01-07Android: Change all analoginputs to just inputszackhow
2019-01-06DirectInput: Use more than 8 bits of precision on axis inputs.Jordan Woyak
2019-01-05ControllerInterface: Set DInput FF effect parameters sanely. This fixes a cra...Jordan Woyak
2019-01-02ControllerInterface: Shutdown order and race condition fix.Jordan Woyak
2018-12-24ControllerInterface: DInput: Update force feedback effects in a thread. This ...Jordan Woyak
2018-10-29Core: Switch controller interface to render widget on bootingStenzek
2018-10-29ControllerInterface: Don't crash on non-X11 QPAStenzek
2018-10-08evdev: simplify codeTillmann Karras
2018-09-07Android: Add rumble for phonezackhow
2018-08-27InputCommon/XInput2: Increase mouse buttons to 32Techjar
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-12Reformat all the things!spycrab
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-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-11evdev: Correctly calculate axis range for min values greater than 0.Scott Pleb
2017-11-10ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...Michael M
2017-11-10ControllerInterface: add mutex around callbacks vectorMichael M
2017-11-10ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacksMichael M
2017-11-10ControllerInterface: invoke callbacks in AddDevice/RemoveDeviceMichael M
2017-09-15Prevent multiple HID elements of same usage type on OSXArthur Carlsson
2017-09-09Common: Move version strings to their own headerLioncash
2017-08-24Implement GamePAd and MultiAxisController detectionNick
2017-08-23formatting cleanupNick
2017-08-22keyboard fixes v2Nick
2017-08-21Depreciate old OSX Keyboard and MouseNick
2017-08-17Merge pull request #5742 from ToadKing/fix-bad-controllersLeo Lam
2017-08-09Ignore capabilities reported by an XInput deviceMichael Lelli
2017-08-01Fix axis not working with Switch Pro controller on macOSJocelyn Turcotte
2017-06-11StringUtil: Make SplitString return by valueLéo Lam
2017-06-05Merge pull request #5276 from ligfx/macosheadlessshuffle2
2017-06-05Fix minor formatting issuesLéo Lam
2017-06-03Device: Provide operator!= counterparts to operator== for DeviceQualifierLioncash
2017-04-15Add headless support on macOSMichael Maltese
2017-02-20Add missing "functional" includeSteven Newbury
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2017-01-23No longer need to //clang-format off for Windows headersMichael Maltese
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2017-01-02macOS: Add missing includes to fix no-PCH buildhthh
2016-12-26evdev: reduce startup timeTillmann Karras