summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common/sdl: Correct return values within implementations of GetPollers()Gravatar Lioncash2019-03-181-1/+3
* input_common/sdl: Use a type alias to shorten declaration of GetPollersGravatar Lioncash2019-03-181-3/+2
* input_common/sdl_impl: Make lambda capture more specific in SDLState constructorGravatar Lioncash2019-03-171-1/+1
* input_common/sdl_impl: Remove unnecessary std::chrono::duration constructionGravatar Lioncash2019-03-171-1/+1
* input_common/sdl_impl: Remove unused variable in SDLState constructorGravatar Lioncash2019-03-171-1/+0
* fixup! Joystick: Allow for background events; Add deadzone to SDLAnalogGravatar B3n302019-03-021-6/+17
* input/sdl: lock map mutex after SDL callGravatar Weiyi Wang2019-03-021-11/+17
* Input: Remove global variables from SDL InputGravatar James Rowe2019-03-021-85/+108
* Input: Copy current SDL.h/cpp files to implGravatar James Rowe2019-03-021-0/+629