summaryrefslogtreecommitdiff
path: root/src/input_common (follow)
Commit message (Expand)AuthorAgeFilesLines
* math_util: Remove the Clamp() functionGravatar Lioncash2018-04-201-2/+3
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+2
* Merge pull request #84 from lioncash/cmakeGravatar bunnei2018-01-181-19/+12
|\
| * CMakeLists: Derive the source directory grouping from targets themselvesGravatar Lioncash2018-01-171-19/+12
* | input_common/sdl: Silence a -Wpessimizing-move warningGravatar Lioncash2018-01-171-1/+1
|/
* Adding meumart's Citra SDL Joystick support. Citra PR #3116Gravatar muemart2018-01-154-1/+248
* 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