summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compat...Gravatar Morph2021-02-181-7/+0
* Merge pull request #3603 from FearlessTobi/port-5123Gravatar bunnei2021-02-151-0/+7
|\
| * sdl_joystick: disable the use of the hidapi drivers due to many problems caus...Gravatar Vitor Kiguchi2020-08-301-0/+7
* | Make settings controller image change with controller inputGravatar german2021-02-061-0/+10
* | sdl_impl: Set the maximum vibration duration to 1 secondGravatar Morph2021-01-231-2/+6
* | Merge pull request #5265 from german77/port5509Gravatar bunnei2020-12-301-2/+45
|\ \
| * | Port citra-emu/citra#5509Gravatar german2020-12-301-2/+45
* | | Allow to invert analog axis with right clickGravatar german2020-12-261-5/+21
|/ /
* | input_common: Add more missing [[maybe_unused]] from #4927.Gravatar bunnei2020-11-231-1/+2
* | input_common: Treat warnings as errorsGravatar Lioncash2020-11-221-1/+3
* | Modify rumble amplificationGravatar german772020-11-191-2/+1
* | 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-151-16/+58
* | controllers/npad: Add heuristics to reduce rumble state changesGravatar Morph2020-11-151-29/+25
* | sdl_impl: Fix controller reconnection issuesGravatar Morph2020-10-211-85/+84
* | sdl_impl: Erase the SDLJoystick entry after removing a controllerGravatar Morph2020-10-161-15/+13
* | input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-151-37/+40
* | Merge pull request #4677 from german77/ShakeFromButtonGravatar bunnei2020-10-081-0/+190
|\ \
| * | Add random motion input to SDLGravatar german2020-09-251-0/+190
* | | First implementation of controller rumbleGravatar german2020-09-291-1/+38
|/ /
* | sdl_impl: Reduce allocations in GetButtonMappingForDevice()Gravatar Lioncash2020-08-281-31/+37
* | sdl_impl: Make use of std::move on std::string where applicableGravatar Lioncash2020-08-281-3/+3
* | sdl_impl: Make use of insert_or_assign() where applicableGravatar Lioncash2020-08-281-14/+18
* | sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...Gravatar Lioncash2020-08-281-1/+1
* | sdl_impl: Simplify make_tuple callGravatar Lioncash2020-08-281-1/+1
* | sdl_impl: Mark FromEvent() as a const member functionGravatar Lioncash2020-08-281-2/+2
|/
* input_common/main: Remove unnecessary headersGravatar Lioncash2020-08-281-1/+1
* input_common: Fix directional deadzone valuesGravatar Morph2020-08-261-1/+1
* Address feedbackGravatar Morph2020-08-261-32/+20
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-90/+313
* Remove UI changesGravatar ameerj2020-08-101-1/+1
* undo unnecessary newlines, slider range 50-150Gravatar Ameer2020-08-101-1/+1
* Add range slider for analog sticksGravatar Ameer2020-08-101-11/+14
* CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-0/+1
* Moved analog direction logic to sdl_implGravatar CJBok2020-01-151-0/+16
* input_common/sdl/sdl_impl: Correct logging string in SDLState constructorGravatar Lioncash2019-06-031-1/+1
* input_common/sdl/sdl_impl: Move documentation comments to header where applic...Gravatar Lioncash2019-06-031-7/+0
* input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPollerGravatar Lioncash2019-06-031-13/+13
* input_common/sdl/sdl_impl: Mark variables const where applicableGravatar Lioncash2019-06-031-10/+11
* input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as staticGravatar Lioncash2019-06-031-1/+1
* input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_castGravatar Lioncash2019-06-031-2/+4
* input_common/sdl/sdl_impl: Use insert_or_assign() where applicableGravatar Lioncash2019-06-031-3/+3
* input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handlingGravatar Lioncash2019-06-031-15/+14
* input_common/sdl/sdl_impl: Resolve two sign conversion warningsGravatar Lioncash2019-06-031-10/+16
* input_common/sdl: Remove unused header includes and forward declarationsGravatar Lioncash2019-06-031-2/+0
* input_common/sdl/sdl_impl: Use nested namespace specifiers where applicableGravatar Lioncash2019-06-031-5/+2
* input_common/sdl/sdl_impl: Silence sign conversion warningsGravatar Lioncash2019-05-311-3/+3
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-12/+14