summaryrefslogtreecommitdiff
path: root/src/input_common (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16input_common: Use the CMake target instead of the variable.Gravatar Markus Wick1-1/+1
2020-04-15CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash1-0/+1
2020-03-18input_common/udp: Fix clang build issuesGravatar ReinUsesLisp1-1/+2
2020-03-17input_common/udp: Fix Linux build by using a backwards compatible way of erro...Gravatar FearlessTobi1-1/+1
2020-03-03input/udp - Add minor error handling to prevent bad input from crashingGravatar James Rowe1-4/+13
2020-03-03input/udp - Dont log on invalid packet receivedGravatar James Rowe1-1/+0
2020-02-18analog_from_button get direction implementationGravatar CJBok1-0/+14
2020-02-03input_common/udp: Ensure that UDP is shut down within Shutdown()Gravatar Lioncash1-0/+1
2020-02-03input_common/udp: Add missing override specifiersGravatar Lioncash1-2/+2
2020-02-03input_common/udp: std::move SocketCallback instances where applicableGravatar Lioncash1-2/+2
2020-02-03input_common/udp: std::move shared_ptr within Client constructorGravatar Lioncash1-1/+1
2020-02-03udp/client: Replace deprecated from_string() call with make_address_v4()Gravatar Lioncash1-2/+2
2020-02-03input_common/udp: Silence -Wreorder warning for SocketGravatar Lioncash1-4/+3
2020-02-03input_common/udp: Remove unnecessary inclusionsGravatar Lioncash4-8/+4
2020-02-03input_common/udp: Add missing header guardGravatar Lioncash1-0/+2
2020-01-23Address second part of review commentsGravatar FearlessTobi3-13/+17
2020-01-23Address review commentsGravatar FearlessTobi4-65/+72
2020-01-23Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi8-4/+846
2020-01-15Moved analog direction logic to sdl_implGravatar CJBok1-0/+16
2019-06-03input_common/sdl/sdl_impl: Correct logging string in SDLState constructorGravatar Lioncash1-1/+1
2019-06-03input_common/sdl/sdl_impl: Move documentation comments to header where applic...Gravatar Lioncash2-7/+6
2019-06-03input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPollerGravatar Lioncash1-13/+13
2019-06-03input_common/sdl/sdl_impl: Mark variables const where applicableGravatar Lioncash1-10/+11
2019-06-03input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as staticGravatar Lioncash1-1/+1
2019-06-03input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_castGravatar Lioncash1-2/+4
2019-06-03input_common/sdl/sdl_impl: Use insert_or_assign() where applicableGravatar Lioncash1-3/+3
2019-06-03input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handlingGravatar Lioncash1-15/+14
2019-06-03input_common/sdl/sdl_impl: Resolve two sign conversion warningsGravatar Lioncash1-10/+16
2019-06-03input_common/sdl: Remove unused header includes and forward declarationsGravatar Lioncash3-11/+5
2019-06-03input_common/sdl/sdl_impl: Use nested namespace specifiers where applicableGravatar Lioncash1-5/+2
2019-05-31input_common/sdl/sdl_impl: Silence sign conversion warningsGravatar Lioncash1-3/+3
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash3-21/+23
2019-03-18input_common/sdl: Correct return values within implementations of GetPollers()Gravatar Lioncash2-2/+6
2019-03-18input_common/sdl: Use a type alias to shorten declaration of GetPollersGravatar Lioncash3-11/+9
2019-03-17input_common/sdl_impl: Make lambda capture more specific in SDLState constructorGravatar Lioncash1-1/+1
2019-03-17input_common/sdl_impl: Remove unnecessary std::chrono::duration constructionGravatar Lioncash1-1/+1
2019-03-17input_common/sdl_impl: Remove unused variable in SDLState constructorGravatar Lioncash1-1/+0
2019-03-02fixup! Joystick: Allow for background events; Add deadzone to SDLAnalogGravatar B3n301-6/+17
2019-03-02input/sdl: lock map mutex after SDL callGravatar Weiyi Wang1-11/+17
2019-03-02Input: Remove global variables from SDL InputGravatar James Rowe7-800/+201
2019-03-02Input: Copy current SDL.h/cpp files to implGravatar James Rowe2-0/+680
2019-02-27common/math_util: Move contents into the Common namespaceGravatar Lioncash1-2/+2
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceGravatar Lioncash1-11/+11
2019-02-26common/quaternion: Move Quaternion into the Common namespaceGravatar Lioncash1-4/+4
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Gravatar Tobias4-88/+322
2018-08-02input_common: Use std::move where applicableGravatar Lioncash2-5/+6
2018-08-02input_common: Add missing override specifiersGravatar Lioncash3-14/+2
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-3/+3
2018-04-26input_common: Move old logging macros over to fmt-capable onesGravatar Lioncash1-3/+3
2018-04-20math_util: Remove the Clamp() functionGravatar Lioncash1-2/+3