summaryrefslogtreecommitdiff
path: root/src/input_common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | 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.
* 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
| | | | credit to @Hawkheart for the original idea
* 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