godot/modules/gridmap
Rémi Verschelde fdf58a5858 Rename InputFilter back to Input
It changed name as part of the DisplayServer and input refactoring
in #37317, with the rationale that input no longer goes through the
main loop, so the previous Input singleton now only does filtering.

But the gains in consistency are quite limited in the renaming, and
it breaks compatibility for all scripts and tutorials that access
the Input singleton via the scripting language. A temporary option
was suggested to keep the scripting singleton named `Input` even if
its type is `InputFilter`, but that adds inconsistency and breaks C#.

Fixes godotengine/godot-proposals#639.
Fixes #37319.
Fixes #37690.
2020-04-28 15:19:49 +02:00
..
doc_classes doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
icons
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
grid_map_editor_plugin.cpp Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
grid_map_editor_plugin.h
grid_map.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
grid_map.h
register_types.cpp
register_types.h
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00