summaryrefslogtreecommitdiff
path: root/src/input_common
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
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
2019-02-26common/quaternion: Move Quaternion into the Common namespaceLioncash
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-08-02input_common: Use std::move where applicableLioncash
2018-08-02input_common: Add missing override specifiersLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-26input_common: Move old logging macros over to fmt-capable onesLioncash
2018-04-20math_util: Remove the Clamp() functionLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-18Merge pull request #84 from lioncash/cmakebunnei
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesLioncash
2018-01-17input_common/sdl: Silence a -Wpessimizing-move warningLioncash
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2017-08-22motion_emu: fix initialization orderwwylele
2017-08-19Merge pull request #2861 from wwylele/motion-refactorJames Rowe
2017-08-19motion_emu: no need to include thread in headerwwylele
2017-08-14Fix Spelling/English mistakesDave Leaver
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-08-11Fix some spelling mistakesdanzel
2017-05-27CMake: Define an interface target for SDL2 definitionsYuri Kunde Schlesner
2017-05-27CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner
2017-04-17input_common/sdl: add support for binding button to axiswwylele
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele
2017-03-01InputCommon: add SDL joystick supportwwylele
2017-03-01InputCommon: add AnalogFromButtonwwylele
2017-03-01InputCommon: add Keyboardwwylele