1
0
Fork 0
godot/platform/android
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
..
api Add signal support to Godot Android plugin: 2020-04-10 09:22:21 -07:00
export Merge pull request #37193 from madmiraal/fix-android-export-unicode-errors 2020-04-28 14:27:56 +02:00
java Fix Android templates size regression 2020-04-23 00:21:39 -07:00
plugin Add signal support to Godot Android plugin: 2020-04-10 09:22:21 -07:00
vulkan Fix extra warnings in Android build 2020-04-10 11:06:11 +02:00
SCsub
android_keys_utils.cpp
android_keys_utils.h
audio_driver_jandroid.cpp
audio_driver_jandroid.h
audio_driver_opensl.cpp
audio_driver_opensl.h
detect.py
dir_access_jandroid.cpp
dir_access_jandroid.h
display_server_android.cpp Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
display_server_android.h
file_access_android.cpp
file_access_android.h
file_access_jandroid.cpp
file_access_jandroid.h
java_class_wrapper.cpp
java_godot_io_wrapper.cpp
java_godot_io_wrapper.h
java_godot_lib_jni.cpp Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
java_godot_lib_jni.h
java_godot_wrapper.cpp
java_godot_wrapper.h
jni_utils.cpp
jni_utils.h Add signal support to Godot Android plugin: 2020-04-10 09:22:21 -07:00
logo.png
net_socket_android.cpp
net_socket_android.h
os_android.cpp Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
os_android.h
platform_config.h
run_icon.png
string_android.h
thread_jandroid.cpp
thread_jandroid.h