summaryrefslogtreecommitdiff
path: root/src/input_common
AgeCommit message (Expand)Author
2020-03-21Merge pull request #3525 from FearlessTobi/linux-compile-errorbunnei
2020-03-18input_common/udp: Fix clang build issuesReinUsesLisp
2020-03-17input_common/udp: Fix Linux build by using a backwards compatible way of erro...FearlessTobi
2020-03-03input/udp - Add minor error handling to prevent bad input from crashingJames Rowe
2020-03-03input/udp - Dont log on invalid packet receivedJames Rowe
2020-02-18analog_from_button get direction implementationCJBok
2020-02-03input_common/udp: Ensure that UDP is shut down within Shutdown()Lioncash
2020-02-03input_common/udp: Add missing override specifiersLioncash
2020-02-03input_common/udp: std::move SocketCallback instances where applicableLioncash
2020-02-03input_common/udp: std::move shared_ptr within Client constructorLioncash
2020-02-03udp/client: Replace deprecated from_string() call with make_address_v4()Lioncash
2020-02-03input_common/udp: Silence -Wreorder warning for SocketLioncash
2020-02-03input_common/udp: Remove unnecessary inclusionsLioncash
2020-02-03input_common/udp: Add missing header guardLioncash
2020-02-01Merge pull request #3284 from CJBok/hid-fixbunnei
2020-01-23Address second part of review commentsFearlessTobi
2020-01-23Address review commentsFearlessTobi
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi
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
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