summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Eliminate most global stateLioncash2020-08-271-107/+143
* input_common/main: Add "/Mouse" to the display nameMorph2020-08-271-1/+1
* Address feedbackMorph2020-08-261-7/+8
* Project Mjölnir: Part 1Morph2020-08-261-1/+49
* input_common: drop unused libusb.h includeAmeer2020-07-141-1/+0
* Fix unnecessary diffsAmeer2020-07-021-0/+2
* Fix deallocation of GC AdapterAmeer2020-06-231-0/+3
* Update src/input_common/main.cppameerj2020-06-221-1/+1
* Tidy up the pointers, use pair over tuple where appropriateAmeer2020-06-221-2/+1
* shared_ptr for the GC adapter class, constexpr constantsAmeer2020-06-221-2/+4
* std::arrays where appropriate, clear q in adapter class, other touch upsAmeer2020-06-221-1/+0
* Singleton GC Adapter class, remove globals, fix naming conventionAmeer2020-06-221-0/+2
* Cleanup after linterAmeer2020-06-211-4/+0
* GC Adapter ImplementationAmeer2020-06-211-1/+22
* input_common: fix build when SDL2 is disabledFearlessTobi2020-05-021-0/+6
* input_common/udp: Ensure that UDP is shut down within Shutdown()Lioncash2020-02-031-0/+1
* Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-3/+9
* Input: Remove global variables from SDL InputJames Rowe2019-03-021-19/+4
* Port #4141 from citra: Joystick hotplug support (#1275)Tobias2018-09-111-0/+12
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+2
* Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart2018-01-161-0/+11
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-2/+13
* InputCommon: add SDL joystick supportwwylele2017-03-011-0/+10
* InputCommon: add AnalogFromButtonwwylele2017-03-011-0/+18
* InputCommon: add Keyboardwwylele2017-03-011-0/+35