godot/core/os
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
..
copymem.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
dir_access.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
dir_access.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
keyboard.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
keyboard.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
main_loop.cpp Add macOS DisplayServer implementation. 2020-03-26 16:24:05 +01:00
main_loop.h Add macOS DisplayServer implementation. 2020-03-26 16:24:05 +01:00
memory.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
memory.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
midi_driver.cpp Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
midi_driver.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
mutex.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
mutex.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
os.cpp Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
os.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rw_lock.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rw_lock.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
semaphore.cpp Drop old semaphore implementation 2020-03-03 13:20:42 +01:00
semaphore.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
thread.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
thread.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
thread_dummy.cpp Drop old semaphore implementation 2020-03-03 13:20:42 +01:00
thread_dummy.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
thread_safe.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
threaded_array_processor.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00