summaryrefslogtreecommitdiff
path: root/src/input_common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #4866 from Morph1984/mjolnir-p3-prodGravatar bunnei2020-11-1710-107/+177
|\ \ \
| * | | sdl_impl: Pump SDL Events at 1000 HzGravatar Morph2020-11-151-1/+1
| * | | sdl_impl: Revert to the "old" method of mapping sticksGravatar Morph2020-11-151-32/+13
| * | | controllers/npad: Remove the old vibration filterGravatar Morph2020-11-151-15/+0
| * | | input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-159-46/+159
| * | | configure_input: Add per-player vibrationGravatar Morph2020-11-151-0/+3
| * | | controllers/npad: Add heuristics to reduce rumble state changesGravatar Morph2020-11-151-29/+25
| * | | configure_input_player: Change "Defaults" button behaviorGravatar Morph2020-11-151-8/+0
| * | | udp/client: Reduce testing period to 5 secondsGravatar Morph2020-11-151-1/+1
| * | | configure_input_player: Implement input exclusivity and persistenceGravatar Morph2020-11-151-3/+3
| |/ /
* | | motion_input: Mark constructor as explicitGravatar Lioncash2020-11-151-1/+1
* | | motion_input: Mark member functions as [[nodiscard]] where applicableGravatar Lioncash2020-11-151-10/+11
|/ /
* | Add hotplug, rumble and fix 3rd party adapters for the GC adapterGravatar german2020-10-283-303/+433
* | sdl_impl: Fix controller reconnection issuesGravatar Morph2020-10-211-85/+84
* | Merge pull request #4809 from Morph1984/mjolnir-p3Gravatar LC2020-10-201-2/+0
|\ \
| * | configure_input_player: Fix modifier buttonsGravatar Morph2020-10-201-2/+0
* | | Merge pull request #4627 from Morph1984/fix-dinput-controller-disconnectGravatar bunnei2020-10-201-15/+13
|\ \ \ | |/ / |/| |
| * | sdl_impl: Erase the SDLJoystick entry after removing a controllerGravatar Morph2020-10-161-15/+13
* | | udp/client: Make use of designated initializers in TestCommunication()Gravatar Lioncash2020-10-161-2/+5
* | | udp/client: Take std::function by const reference with TestCommunication()Gravatar Lioncash2020-10-162-5/+5
|/ /
* | input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-1516-191/+237
* | Merge pull request #4757 from german77/BetterMotionGravatar bunnei2020-10-092-8/+102
|\ \
| * | Address commentsGravatar german2020-10-042-40/+40
| * | Add compatibility with only accelerometer and auto calibrate for driftGravatar german2020-10-032-12/+106
* | | Merge pull request #4677 from german77/ShakeFromButtonGravatar bunnei2020-10-089-5/+295
|\ \ \
| * | | Add random motion input to keyboardGravatar german2020-09-254-0/+65
| * | | Add random motion input to SDLGravatar german2020-09-255-5/+230
* | | | Merge pull request #4727 from FrogTheFrog/patch-1Gravatar bunnei2020-10-061-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Reduce the "shake" requirements when configuring UDP.Gravatar Lukas Senionis2020-09-301-2/+6
| |/ /
* / / First implementation of controller rumbleGravatar german2020-09-291-1/+38
|/ /
* | Add automap feature for GC adapterGravatar german2020-09-183-1/+103
* | Merge pull request #4594 from german77/MotionHIDGravatar bunnei2020-09-179-135/+471
|\ \
| * | Minor cleanupGravatar german2020-09-051-19/+16
| * | Add cemu hook changes related to PR #4609Gravatar german2020-09-046-137/+426
| * | Remove RealMotionDeviceGravatar german2020-09-044-7/+25
| * | Include HID and configuration changes related to motionGravatar german2020-09-043-1/+33
* | | gc_adapter: Disable MSVC nonstandard extension warning on libusb.hGravatar ReinUsesLisp2020-09-141-0/+9
* | | gc_adapter: Make DeviceConnected() a const member functionGravatar Lioncash2020-09-073-9/+9
|/ /
* | Merge pull request #4583 from lioncash/truncGravatar bunnei2020-09-031-3/+5
|\ \
| * | gc_poller: Resolve compilation warnings on MSVCGravatar Lioncash2020-08-251-3/+5
* | | input_common/motion_input: Make use of Common::PI constantGravatar Morph2020-09-022-4/+9
* | | Merge pull request #4570 from german77/motionInputGravatar bunnei2020-09-023-0/+246
|\ \ \
| * | | Fix orientation errors and improve drift correctionGravatar german2020-08-272-14/+31
| * | | Address commentsGravatar german2020-08-272-85/+65
| * | | Implement a basic class for motion devicesGravatar german2020-08-273-0/+249
* | | | Merge pull request #4382 from FearlessTobi/port-udp-configGravatar bunnei2020-09-015-0/+89
|\ \ \ \
| * | | | Address second batch of reviewsGravatar FearlessTobi2020-08-303-6/+2
| * | | | Address review comments and fix code compilationGravatar FearlessTobi2020-08-293-6/+11
| * | | | yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-295-0/+88
| | |_|/ | |/| |
* | | | sdl_impl: Reduce allocations in GetButtonMappingForDevice()Gravatar Lioncash2020-08-281-31/+37