aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
AgeCommit message (Expand)Author
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
2019-03-02Input: Copy current SDL.h/cpp files to implJames Rowe