summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Add android input engineNarr the Reg2024-01-181-0/+7
* general: fix spelling mistakesLiam2023-03-121-1/+1
* input_common: Add virtual gamepadgerman772022-12-171-0/+7
* input_common: Pump sdl events from main threadgerman772022-11-271-0/+3
* input_common: Enable virtual amiibo drivergerman772022-10-021-0/+7
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* input_common: Add camera drivergerman772022-07-241-1/+8
* input_common: Map sticks correctly when mapped sidewaysNarr the Reg2022-03-221-0/+3
* input_common/input_mapping: Remove const from return valueLioncash2022-01-241-1/+1
* input_common: Move button names to the frontendgerman772021-11-251-2/+7
* input_common: Allow keyboard to be backwards compatiblegerman772021-11-251-3/+0
* core/hid: Improve accuracy of the keyboard implementationgerman772021-11-251-0/+3
* input_common: Rewrite main and add the new driversgerman772021-11-251-38/+51
* input_common: Rewrite keyboardgerman772021-11-251-89/+0
* input_common: Create input poller and mappinggerman772021-11-251-0/+3
* input_common/tas: Add swap controllergerman772021-09-181-10/+10
* input_common/tas: Base playback & recording systemMonsterDruide12021-09-181-0/+23
* Implement full mouse supportgerman2020-11-261-5/+36
* Add cemu hook changes related to PR #4609german2020-09-051-0/+14
* Include HID and configuration changes related to motiongerman2020-09-051-1/+9
* Address second batch of reviewsFearlessTobi2020-08-301-3/+1
* Address review comments and fix code compilationFearlessTobi2020-08-291-0/+2
* yuzu: Add motion and touch configurationFearlessTobi2020-08-291-0/+3
* input_common/main: Remove unnecessary headersLioncash2020-08-291-2/+8
* input_common/main: Remove unimplemented prototypeLioncash2020-08-291-3/+0
* input_common: Eliminate most global stateLioncash2020-08-271-46/+84
* Address feedbackMorph2020-08-261-1/+1
* Project Mjölnir: Part 1Morph2020-08-261-2/+24
* Tidy up the pointers, use pair over tuple where appropriateAmeer2020-06-221-1/+0
* Singleton GC Adapter class, remove globals, fix naming conventionAmeer2020-06-221-3/+1
* Clang FormattingAmeer2020-06-211-2/+1
* GC Adapter ImplementationAmeer2020-06-211-0/+9
* Input: Remove global variables from SDL InputJames Rowe2019-03-021-2/+0
* Port #4141 from citra: Joystick hotplug support (#1275)Tobias2018-09-111-0/+2
* Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart2018-01-161-0/+32
* Merge pull request #2861 from wwylele/motion-refactorJames Rowe2017-08-201-0/+5
|\
| * move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-0/+5
* | Fix Spelling/English mistakesDave Leaver2017-08-131-1/+1
|/
* InputCommon: add AnalogFromButtonwwylele2017-03-011-0/+4
* InputCommon: add Keyboardwwylele2017-03-011-0/+25