summaryrefslogtreecommitdiffstats
path: root/core/input/input_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde2020-11-191-2/+2
|\
| * load_from_globals() -> load_from_project_settings()Eric M2020-11-191-2/+2
* | Merge pull request #42976 from aaronfranke/input-get-axisRémi Verschelde2020-11-161-4/+14
|\ \
| * | Allow getting Input axis/vector values by specifying multiple actionsAaron Franke2020-11-111-0/+6
| * | Add raw strength value for internal useAaron Franke2020-11-111-4/+8
| |/
* / Release pressed action if event is removedTomasz Chabora2020-11-121-0/+4
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Removed unnecessary keyword, fix comment styleCraig-Stoneham2020-09-291-1/+1
* Check for null in InputMap::_find_eventTomasz Chabora2020-09-231-0/+2
* Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard2020-06-151-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+20
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-20/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+338