summaryrefslogtreecommitdiff
path: root/src/input_common
AgeCommit message (Collapse)Author
2018-01-17input_common/sdl: Silence a -Wpessimizing-move warningLioncash
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2017-08-22motion_emu: fix initialization orderwwylele
2017-08-19Merge pull request #2861 from wwylele/motion-refactorJames Rowe
Refactor MotionEmu into a InputDevice
2017-08-19motion_emu: no need to include thread in headerwwylele
2017-08-14Fix Spelling/English mistakesDave Leaver
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-08-11Fix some spelling mistakesdanzel
2017-05-27CMake: Define an interface target for SDL2 definitionsYuri Kunde Schlesner
2017-05-27CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner
Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary.
2017-04-17input_common/sdl: add support for binding button to axiswwylele
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele
credit to @Hawkheart for the original idea
2017-03-01InputCommon: add SDL joystick supportwwylele
2017-03-01InputCommon: add AnalogFromButtonwwylele
2017-03-01InputCommon: add Keyboardwwylele