summaryrefslogtreecommitdiffstats
path: root/core/input/input_map.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-0/+5
|\
| * Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-201-0/+5
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+3
|\|
| * Replace default deadzone magic number with named constantMalcolm Anderson2024-11-121-1/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-5/+0
|\|
| * Merge pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-211-5/+0
| |\
| | * Fix InputEvent device id clashMarkus Sauermann2024-10-201-5/+0
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* / Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-1/+6
|/
* 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