aboutsummaryrefslogtreecommitdiff
path: root/src/input_common
AgeCommit message (Expand)Author
2020-09-18Add automap feature for GC adaptergerman
2020-09-17Merge pull request #4594 from german77/MotionHIDbunnei
2020-09-14gc_adapter: Disable MSVC nonstandard extension warning on libusb.hReinUsesLisp
2020-09-07gc_adapter: Make DeviceConnected() a const member functionLioncash
2020-09-05Minor cleanupgerman
2020-09-04Add cemu hook changes related to PR #4609german
2020-09-04Remove RealMotionDevicegerman
2020-09-04Include HID and configuration changes related to motiongerman
2020-09-03Merge pull request #4583 from lioncash/truncbunnei
2020-09-02input_common/motion_input: Make use of Common::PI constantMorph
2020-09-02Merge pull request #4570 from german77/motionInputbunnei
2020-09-01Merge pull request #4382 from FearlessTobi/port-udp-configbunnei
2020-08-30Address second batch of reviewsFearlessTobi
2020-08-29Address review comments and fix code compilationFearlessTobi
2020-08-29yuzu: Add motion and touch configurationFearlessTobi
2020-08-28sdl_impl: Reduce allocations in GetButtonMappingForDevice()Lioncash
2020-08-28sdl_impl: Make use of std::move on std::string where applicableLioncash
2020-08-28sdl_impl: Make use of insert_or_assign() where applicableLioncash
2020-08-28sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...Lioncash
2020-08-28sdl_impl: Simplify make_tuple callLioncash
2020-08-28sdl_impl: Mark FromEvent() as a const member functionLioncash
2020-08-28input_common/main: Remove unnecessary headersLioncash
2020-08-28input_common/main: Remove unimplemented prototypeLioncash
2020-08-27Fix orientation errors and improve drift correctiongerman
2020-08-27Address commentsgerman
2020-08-27Implement a basic class for motion devicesgerman
2020-08-27input_common: Eliminate most global stateLioncash
2020-08-26input_common/main: Add "/Mouse" to the display nameMorph
2020-08-26input_common: Fix directional deadzone valuesMorph
2020-08-26Address feedbackMorph
2020-08-26Project Mjölnir: Part 1Morph
2020-08-25gc_poller: Resolve compilation warnings on MSVCLioncash
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-08-10Remove UI changesameerj
2020-08-10Add range slider functionality for gc adapterameerj
2020-08-10undo unnecessary newlines, slider range 50-150Ameer
2020-08-10Add range slider for analog sticksAmeer
2020-07-26GCAdapter: only join worker thread if running & joinableBrian J. Tarricone
2020-07-25Merge pull request #4418 from lioncash/udp-warnbunnei
2020-07-25udp/client: Remove unused boost includeLioncash
2020-07-25gc_adapter: Resolve C++20 deprecation warningLioncash
2020-07-25gc_poller: Resolve -Wsign-compare warningLioncash
2020-07-25gc_poller: Resolve -Wredundant-move warningLioncash
2020-07-19Fix axis thresholding while pollingameerj
2020-07-17std::size_t where appropriate, make error message more clear if can't readameerj
2020-07-16Refactor adapter codeAmeer
2020-07-14Rebase to masterAmeer
2020-07-14Fix crash if gc configured but adapter not connectedAmeer
2020-07-14Merge pull request #4314 from lioncash/input-warnbunnei
2020-07-14Merge pull request #4315 from lioncash/udp-warnbunnei