summaryrefslogtreecommitdiff
path: root/src/input_common/main.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement full mouse supportGravatar german2020-11-251-5/+36
* Add cemu hook changes related to PR #4609Gravatar german2020-09-041-0/+14
* Include HID and configuration changes related to motionGravatar german2020-09-041-1/+9
* Address second batch of reviewsGravatar FearlessTobi2020-08-301-3/+1
* Address review comments and fix code compilationGravatar FearlessTobi2020-08-291-0/+2
* yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-291-0/+3
* input_common/main: Remove unnecessary headersGravatar Lioncash2020-08-281-2/+8
* input_common/main: Remove unimplemented prototypeGravatar Lioncash2020-08-281-3/+0
* input_common: Eliminate most global stateGravatar Lioncash2020-08-271-46/+84
* Address feedbackGravatar Morph2020-08-261-1/+1
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-2/+24
* Tidy up the pointers, use pair over tuple where appropriateGravatar Ameer2020-06-211-1/+0
* Singleton GC Adapter class, remove globals, fix naming conventionGravatar Ameer2020-06-211-3/+1
* Clang FormattingGravatar Ameer2020-06-211-2/+1
* GC Adapter ImplementationGravatar Ameer2020-06-211-0/+9
* Input: Remove global variables from SDL InputGravatar James Rowe2019-03-021-2/+0
* Port #4141 from citra: Joystick hotplug support (#1275)Gravatar Tobias2018-09-101-0/+2
* Adding meumart's Citra SDL Joystick support. Citra PR #3116Gravatar muemart2018-01-151-0/+32
* Merge pull request #2861 from wwylele/motion-refactorGravatar James Rowe2017-08-191-0/+5
|\
| * move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele2017-08-111-0/+5
* | Fix Spelling/English mistakesGravatar Dave Leaver2017-08-141-1/+1
|/
* InputCommon: add AnalogFromButtonGravatar wwylele2017-03-011-0/+4
* InputCommon: add KeyboardGravatar wwylele2017-03-011-0/+25