summaryrefslogtreecommitdiffstats
path: root/core/input/input_map.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add autocompletion for InputMap's methodsMicky2024-03-011-0/+4
* Rework input actions to be reliablekobewi2023-11-101-2/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace Array return types with TypedArray 2kobewi2022-08-231-2/+5
* Add a new HashMap implementationreduz2022-05-121-7/+7
* Fix action exact matchNathan Franke2022-01-241-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-2/+2
* Improve implementation of builtin action overridesEric M2021-09-211-0/+2
* Fix InputMap and display server not nulling singleton on freePaulb232021-09-011-0/+1
* Adding InputMap action error suggestion for Input singletonjmb4622021-08-161-1/+2
* Print suggestions when requesting a nonexistent InputMap actionHugo Locurcio2021-04-181-0/+1
* Added ability to override built-in actions for the editorEric M2021-02-181-2/+9
* Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...Rémi Verschelde2021-02-151-3/+3
|\
| * Allow checking for exact matches with Action events.EricEzaM2020-12-151-3/+3
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde2020-11-191-1/+1
|\
| * load_from_globals() -> load_from_project_settings()Eric M2020-11-191-1/+1
* | Allow getting Input axis/vector values by specifying multiple actionsAaron Franke2020-11-111-0/+1
* | Add raw strength value for internal useAaron Franke2020-11-111-2/+2
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard2020-06-151-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+91