summaryrefslogtreecommitdiff
path: root/src/input_common (follow)
Commit message (Expand)AuthorAgeFilesLines
* motion_emu: fix initialization orderGravatar wwylele2017-08-221-1/+4
* Merge pull request #2861 from wwylele/motion-refactorGravatar James Rowe2017-08-195-2/+231
|\
| * motion_emu: no need to include thread in headerGravatar wwylele2017-08-192-2/+7
| * move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele2017-08-115-2/+226
* | Fix Spelling/English mistakesGravatar Dave Leaver2017-08-141-1/+1
|/
* Fix some spelling mistakesGravatar danzel2017-08-111-1/+1
* CMake: Define an interface target for SDL2 definitionsGravatar Yuri Kunde Schlesner2017-05-271-2/+1
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-3/+3
* input_common/sdl: add support for binding button to axisGravatar wwylele2017-04-171-4/+53
* citra-qt: release all buttons when render window focus is lostGravatar wwylele2017-03-172-0/+13
* InputCommon: add SDL joystick supportGravatar wwylele2017-03-014-0/+241
* InputCommon: add AnalogFromButtonGravatar wwylele2017-03-015-0/+113
* InputCommon: add KeyboardGravatar wwylele2017-03-015-0/+202