godot/core/input
Rémi Verschelde b85dfd990e
GDScript completion: Handle quote style ad-hoc to remove editor dependency
`core` and `scene` shouldn't depend on `editor`, so they can't query this style
setting in `get_argument_options`. But we can handle it after the fact in
GDScript's completion code.

Also cleans up a couple extra unused invalid includes in `core`.
2021-10-04 16:16:05 +02:00
..
default_controller_mappings.h
gamecontrollerdb.txt Sync controller mappings DB with SDL2 community repo 2021-07-20 13:08:50 +02:00
godotcontrollerdb.txt [HTML5] Add 2 controllers to the godot database. 2021-07-17 23:51:48 +02:00
input_builders.py
input_enums.h
input_event.cpp InputEventJoypadMotion::set_axis - reject invalid axis 2021-09-30 19:32:21 +09:00
input_event.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
input_map.cpp Replace auto completion shortcut for mac 2021-09-28 11:25:11 +02:00
input_map.h Improve implementation of builtin action overrides 2021-09-21 22:25:31 +10:00
input.cpp GDScript completion: Handle quote style ad-hoc to remove editor dependency 2021-10-04 16:16:05 +02:00
input.h Add input buffering framework 2021-08-13 11:19:19 +02:00
SCsub
shortcut.cpp Allow shortcuts to have any number of bindings. Updated UI as required. 2021-10-01 18:04:28 +10:00
shortcut.h Allow shortcuts to have any number of bindings. Updated UI as required. 2021-10-01 18:04:28 +10:00