summaryrefslogtreecommitdiff
path: root/src/common/key_map.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Move emu_window and key_map into coreGravatar MerryMage2016-12-231-152/+0
| | | | * Removes circular dependences (common should not depend on core)
* Build: Fixed a few warnings.Gravatar Subv2016-11-291-4/+4
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-8/+22
|
* fixup! Refactor input systemGravatar wwylele2016-05-151-15/+15
|
* implement circle pad modifierGravatar wwylele2016-05-151-3/+17
|
* Refactor input subsystemGravatar wwylele2016-05-151-6/+106
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-211-3/+3
|
* License changeGravatar purpasmart962014-12-201-1/+1
|
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-121-7/+11
|
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-111-0/+21