summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
AgeCommit message (Expand)Author
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