wwylele
b5faa68120
qt/config_input: don't connect for null button
9 years ago
wwylele
e7a602fe16
Qt: rework input configuration for new input system
9 years ago
wwylele
38e800f70d
InputCommon: add Keyboard
9 years ago
noah the goodra
6c41d87a9d
removal of the -1 case in the configure_input switch
this case is unneeded because no enumeration value can possibly correspond to it
9 years ago
MerryMage
a2d474386c
configure_input: Modernize and cleanup input configuration tab
* Removed use of raw QTimer* pointer.
* Update to use type-safe QObject::connect.
* getKeyName can be a static local function.
* Prefer to use function arguments instead of member variables.
* Store Qt::Key instead of converting string back into keycode.
9 years ago
Yuri Kunde Schlesner
84fbbe2629
Use negative priorities to avoid special-casing the self-include
9 years ago
Emmanuel Gil Peyrot
ebdae19fd2
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Yuri Kunde Schlesner
396a8d91a4
Manually tweak source formatting and then re-run clang-format
9 years ago
Emmanuel Gil Peyrot
dc8479928c
Sources: Run clang-format on everything.
9 years ago
Anon
e91327c86a
Input GUI: Add tab to remap controls ( #1900 )
10 years ago