summaryrefslogtreecommitdiff
path: root/src/common/key_map.cpp
AgeCommit message (Collapse)Author
2016-12-23core: Move emu_window and key_map into coreMerryMage
* Removes circular dependences (common should not depend on core)
2016-11-29Build: Fixed a few warnings.Subv
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-15fixup! Refactor input systemwwylele
2016-05-15implement circle pad modifierwwylele
2016-05-15Refactor input subsystemwwylele
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2014-12-20License changepurpasmart96
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman