index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
input
/
input_map.h
Age
Commit message (
Expand
)
Author
2022-05-12
Add a new HashMap implementation
reduz
2022-01-24
Fix action exact match
Nathan Franke
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-09-21
Improve implementation of builtin action overrides
Eric M
2021-09-01
Fix InputMap and display server not nulling singleton on free
Paulb23
2021-08-16
Adding InputMap action error suggestion for Input singleton
jmb462
2021-04-18
Print suggestions when requesting a nonexistent InputMap action
Hugo Locurcio
2021-02-18
Added ability to override built-in actions for the editor
Eric M
2021-02-15
Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-15
Allow checking for exact matches with Action events.
EricEzaM
2020-11-19
Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globals
Rémi Verschelde
2020-11-19
load_from_globals() -> load_from_project_settings()
Eric M
2020-11-11
Allow getting Input axis/vector values by specifying multiple actions
Aaron Franke
2020-11-11
Add raw strength value for internal use
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-06-15
Renamed InputMap.get_action_list to InputMap.get_action_events
Lennard
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky