aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
AgeCommit message (Expand)Author
2020-11-23input_common: Add more missing [[maybe_unused]] from #4927.bunnei
2020-11-22input_common: Treat warnings as errorsLioncash
2020-11-19Modify rumble amplificationgerman77
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-15controllers/npad: Add heuristics to reduce rumble state changesMorph
2020-10-21sdl_impl: Fix controller reconnection issuesMorph
2020-10-16sdl_impl: Erase the SDLJoystick entry after removing a controllerMorph
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
2020-10-08Merge pull request #4677 from german77/ShakeFromButtonbunnei
2020-09-29First implementation of controller rumblegerman
2020-09-25Add random motion input to SDLgerman
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
2020-08-28sdl_impl: Simplify make_tuple callLioncash
2020-08-28sdl_impl: Mark FromEvent() as a const member functionLioncash
2020-08-28input_common/main: Remove unnecessary headersLioncash
2020-08-26input_common: Fix directional deadzone valuesMorph
2020-08-26Address feedbackMorph
2020-08-26Project Mjölnir: Part 1Morph
2020-08-10Remove UI changesameerj
2020-08-10undo unnecessary newlines, slider range 50-150Ameer
2020-08-10Add range slider for analog sticksAmeer
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-01-15Moved analog direction logic to sdl_implCJBok
2019-06-03input_common/sdl/sdl_impl: Correct logging string in SDLState constructorLioncash
2019-06-03input_common/sdl/sdl_impl: Move documentation comments to header where applic...Lioncash
2019-06-03input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPollerLioncash
2019-06-03input_common/sdl/sdl_impl: Mark variables const where applicableLioncash
2019-06-03input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as staticLioncash
2019-06-03input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_castLioncash
2019-06-03input_common/sdl/sdl_impl: Use insert_or_assign() where applicableLioncash
2019-06-03input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handlingLioncash
2019-06-03input_common/sdl/sdl_impl: Resolve two sign conversion warningsLioncash
2019-06-03input_common/sdl: Remove unused header includes and forward declarationsLioncash
2019-06-03input_common/sdl/sdl_impl: Use nested namespace specifiers where applicableLioncash
2019-05-31input_common/sdl/sdl_impl: Silence sign conversion warningsLioncash
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-18input_common/sdl: Correct return values within implementations of GetPollers()Lioncash
2019-03-18input_common/sdl: Use a type alias to shorten declaration of GetPollersLioncash
2019-03-17input_common/sdl_impl: Make lambda capture more specific in SDLState constructorLioncash
2019-03-17input_common/sdl_impl: Remove unnecessary std::chrono::duration constructionLioncash
2019-03-17input_common/sdl_impl: Remove unused variable in SDLState constructorLioncash
2019-03-02fixup! Joystick: Allow for background events; Add deadzone to SDLAnalogB3n30
2019-03-02input/sdl: lock map mutex after SDL callWeiyi Wang
2019-03-02Input: Remove global variables from SDL InputJames Rowe