summaryrefslogtreecommitdiffstats
path: root/editor/action_map_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
|
* New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.Eric M2021-02-191-0/+1167
Renamed to ActionMapEditor as it is more generic and can be used for more than just the InputMapEditor if required. This also includes a new Event Configuration dialog (previously "Press A key...") which can be used to create and edit InputEvents for any use - like the Project Settings input map, or the Editor Settings shortcuts.