summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-17input_common: Add virtual gamepadgerman771-0/+7
2022-11-27input_common: Pump sdl events from main threadgerman771-0/+3
2022-10-02input_common: Enable virtual amiibo drivergerman771-0/+7
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-07-24input_common: Add camera drivergerman771-1/+8
2022-03-22input_common: Map sticks correctly when mapped sidewaysNarr the Reg1-0/+3
2022-01-24input_common/input_mapping: Remove const from return valueLioncash1-1/+1
2021-11-25input_common: Move button names to the frontendgerman771-2/+7
2021-11-25input_common: Allow keyboard to be backwards compatiblegerman771-3/+0
2021-11-25core/hid: Improve accuracy of the keyboard implementationgerman771-0/+3
2021-11-25input_common: Rewrite main and add the new driversgerman771-38/+51
2021-11-25input_common: Rewrite keyboardgerman771-89/+0
2021-11-25input_common: Create input poller and mappinggerman771-0/+3
2021-09-18input_common/tas: Add swap controllergerman771-10/+10
2021-09-18input_common/tas: Base playback & recording systemMonsterDruide11-0/+23
2020-11-26Implement full mouse supportgerman1-5/+36
2020-09-05Add cemu hook changes related to PR #4609german1-0/+14
2020-09-05Include HID and configuration changes related to motiongerman1-1/+9
2020-08-30Address second batch of reviewsFearlessTobi1-3/+1
2020-08-29Address review comments and fix code compilationFearlessTobi1-0/+2
2020-08-29yuzu: Add motion and touch configurationFearlessTobi1-0/+3
2020-08-29input_common/main: Remove unnecessary headersLioncash1-2/+8
2020-08-29input_common/main: Remove unimplemented prototypeLioncash1-3/+0
2020-08-27input_common: Eliminate most global stateLioncash1-46/+84
2020-08-26Address feedbackMorph1-1/+1
2020-08-26Project Mjölnir: Part 1Morph1-2/+24
2020-06-22Tidy up the pointers, use pair over tuple where appropriateAmeer1-1/+0
2020-06-22Singleton GC Adapter class, remove globals, fix naming conventionAmeer1-3/+1
2020-06-21Clang FormattingAmeer1-2/+1
2020-06-21GC Adapter ImplementationAmeer1-0/+9
2019-03-02Input: Remove global variables from SDL InputJames Rowe1-2/+0
2018-09-11Port #4141 from citra: Joystick hotplug support (#1275)Tobias1-0/+2
2018-01-16Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart1-0/+32
2017-08-13Fix Spelling/English mistakesDave Leaver1-1/+1
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele1-0/+5
2017-03-01InputCommon: add AnalogFromButtonwwylele1-0/+4
2017-03-01InputCommon: add Keyboardwwylele1-0/+25