godot/platform/javascript
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 Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
engine [HTML5] Refactor JS, threads support, closures. 2020-03-11 16:09:31 +01:00
export Set the title tag in the HTML5 export immediately 2020-04-22 11:31:14 +02:00
audio_driver_javascript.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
audio_driver_javascript.h AudioDriverJavascript uses IDHandler. 2020-03-11 11:34:32 +01:00
detect.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
dom_keys.inc Rename scancode to keycode. 2020-02-25 12:30:33 +02:00
emscripten_helpers.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
http_client.h.inc Fix Javascript platform after PoolVector removal. 2020-03-08 03:35:13 +01:00
http_client_javascript.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
http_request.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
http_request.js Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
id_handler.js [HTML5] Refactor JS, threads support, closures. 2020-03-11 16:09:31 +01:00
javascript_eval.cpp Fix Javascript platform after PoolVector removal. 2020-03-08 03:35:13 +01:00
javascript_main.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
os_javascript.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
os_javascript.h Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00