summaryrefslogtreecommitdiff
path: root/src/input_common/main.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2024-01-17input_common: Add android input engineNarr the Reg
2023-03-12general: fix spelling mistakesLiam
2022-12-16input_common: Add virtual gamepadgerman77
2022-11-27input_common: Pump sdl events from main threadgerman77
2022-10-02input_common: Enable virtual amiibo drivergerman77
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-23input_common: Add camera drivergerman77
2022-03-21input_common: Map sticks correctly when mapped sidewaysNarr the Reg
2022-01-24input_common/input_mapping: Remove const from return valueLioncash
2021-11-24input_common: Move button names to the frontendgerman77
2021-11-24input_common: Allow keyboard to be backwards compatiblegerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24input_common: Rewrite main and add the new driversgerman77
2021-11-24input_common: Rewrite keyboardgerman77
2021-11-24input_common: Create input poller and mappinggerman77
2021-09-18input_common/tas: Add swap controllergerman77
2021-09-18input_common/tas: Base playback & recording systemMonsterDruide1
2020-11-25Implement full mouse supportgerman
2020-09-04Add cemu hook changes related to PR #4609german
2020-09-04Include HID and configuration changes related to motiongerman
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-28input_common/main: Remove unnecessary headersLioncash
2020-08-28input_common/main: Remove unimplemented prototypeLioncash
2020-08-27input_common: Eliminate most global stateLioncash
2020-08-26Address feedbackMorph
2020-08-26Project Mjölnir: Part 1Morph
2020-06-21Tidy up the pointers, use pair over tuple where appropriateAmeer
2020-06-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
2020-06-21Clang FormattingAmeer
2020-06-21GC Adapter ImplementationAmeer
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2017-08-19Merge pull request #2861 from wwylele/motion-refactorJames Rowe
2017-08-14Fix Spelling/English mistakesDave Leaver
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-03-01InputCommon: add AnalogFromButtonwwylele
2017-03-01InputCommon: add Keyboardwwylele