summaryrefslogtreecommitdiff
path: root/core/input/input_map.cpp
AgeCommit message (Expand)Author
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-03Add Enter as alternate key to complete codekobewi
2021-04-18Print suggestions when requesting a nonexistent InputMap actionHugo Locurcio
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-24Fixed 'nonexistent action' errors spammed at startup on OSXEric M
2021-02-22Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+YRémi Verschelde
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-18Added ability to override built-in actions for the editorEric M
2021-02-15Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-15Allow checking for exact matches with Action events.EricEzaM
2020-11-19Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde
2020-11-19load_from_globals() -> load_from_project_settings()Eric M
2020-11-16Merge pull request #42976 from aaronfranke/input-get-axisRémi Verschelde
2020-11-12Release pressed action if event is removedTomasz Chabora
2020-11-11Allow getting Input axis/vector values by specifying multiple actionsAaron Franke
2020-11-11Add raw strength value for internal useAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-29Removed unnecessary keyword, fix comment styleCraig-Stoneham
2020-09-23Check for null in InputMap::_find_eventTomasz Chabora
2020-06-15Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky