summaryrefslogtreecommitdiff
path: root/src/input_common
AgeCommit message (Expand)Author
2020-11-19Modify rumble amplificationgerman77
2020-11-17Merge pull request #4866 from Morph1984/mjolnir-p3-prodbunnei
2020-11-15sdl_impl: Pump SDL Events at 1000 HzMorph
2020-11-15sdl_impl: Revert to the "old" method of mapping sticksMorph
2020-11-15controllers/npad: Remove the old vibration filterMorph
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-11-15configure_input: Add per-player vibrationMorph
2020-11-15controllers/npad: Add heuristics to reduce rumble state changesMorph
2020-11-15configure_input_player: Change "Defaults" button behaviorMorph
2020-11-15udp/client: Reduce testing period to 5 secondsMorph
2020-11-15configure_input_player: Implement input exclusivity and persistenceMorph
2020-11-15motion_input: Mark constructor as explicitLioncash
2020-11-15motion_input: Mark member functions as [[nodiscard]] where applicableLioncash
2020-10-28Add hotplug, rumble and fix 3rd party adapters for the GC adaptergerman
2020-10-21sdl_impl: Fix controller reconnection issuesMorph
2020-10-20Merge pull request #4809 from Morph1984/mjolnir-p3LC
2020-10-20Merge pull request #4627 from Morph1984/fix-dinput-controller-disconnectbunnei
2020-10-20configure_input_player: Fix modifier buttonsMorph
2020-10-16udp/client: Make use of designated initializers in TestCommunication()Lioncash
2020-10-16udp/client: Take std::function by const reference with TestCommunication()Lioncash
2020-10-16sdl_impl: Erase the SDLJoystick entry after removing a controllerMorph
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
2020-10-09Merge pull request #4757 from german77/BetterMotionbunnei
2020-10-08Merge pull request #4677 from german77/ShakeFromButtonbunnei
2020-10-06Merge pull request #4727 from FrogTheFrog/patch-1bunnei
2020-10-04Address commentsgerman
2020-10-03Add compatibility with only accelerometer and auto calibrate for driftgerman
2020-09-30Reduce the "shake" requirements when configuring UDP.Lukas Senionis
2020-09-29First implementation of controller rumblegerman
2020-09-25Add random motion input to keyboardgerman
2020-09-25Add random motion input to SDLgerman
2020-09-18Add automap feature for GC adaptergerman
2020-09-17Merge pull request #4594 from german77/MotionHIDbunnei
2020-09-14gc_adapter: Disable MSVC nonstandard extension warning on libusb.hReinUsesLisp
2020-09-07gc_adapter: Make DeviceConnected() a const member functionLioncash
2020-09-05Minor cleanupgerman
2020-09-04Add cemu hook changes related to PR #4609german
2020-09-04Remove RealMotionDevicegerman
2020-09-04Include HID and configuration changes related to motiongerman
2020-09-03Merge pull request #4583 from lioncash/truncbunnei
2020-09-02input_common/motion_input: Make use of Common::PI constantMorph
2020-09-02Merge pull request #4570 from german77/motionInputbunnei
2020-09-01Merge pull request #4382 from FearlessTobi/port-udp-configbunnei
2020-08-30Address second batch of reviewsFearlessTobi
2020-08-29Address review comments and fix code compilationFearlessTobi
2020-08-29yuzu: Add motion and touch configurationFearlessTobi
2020-08-28sdl_impl: Reduce allocations in GetButtonMappingForDevice()Lioncash
2020-08-28sdl_impl: Make use of std::move on std::string where applicableLioncash
2020-08-28sdl_impl: Make use of insert_or_assign() where applicableLioncash
2020-08-28sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...Lioncash