summaryrefslogtreecommitdiffstats
path: root/src/input_common/sdl/sdl_impl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common/sdl: Use a type alias to shorten declaration of GetPollersLioncash2019-03-181-3/+2
* input_common/sdl_impl: Make lambda capture more specific in SDLState constructorLioncash2019-03-171-1/+1
* input_common/sdl_impl: Remove unnecessary std::chrono::duration constructionLioncash2019-03-171-1/+1
* input_common/sdl_impl: Remove unused variable in SDLState constructorLioncash2019-03-171-1/+0
* fixup! Joystick: Allow for background events; Add deadzone to SDLAnalogB3n302019-03-021-6/+17
* input/sdl: lock map mutex after SDL callWeiyi Wang2019-03-021-11/+17
* Input: Remove global variables from SDL InputJames Rowe2019-03-021-85/+108
* Input: Copy current SDL.h/cpp files to implJames Rowe2019-03-021-0/+629