summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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