index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
key_map.cpp
Age
Commit message (
Collapse
)
Author
2016-12-23
core: Move emu_window and key_map into core
MerryMage
* Removes circular dependences (common should not depend on core)
2016-11-29
Build: Fixed a few warnings.
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove 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-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-15
fixup! Refactor input system
wwylele
2016-05-15
implement circle pad modifier
wwylele
2016-05-15
Refactor input subsystem
wwylele
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2014-12-20
License change
purpasmart96
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-11
Initial HID PAD work, with GLFW only.
Kevin Hartman