godot/platform/javascript
Fabio Alessandrelli 2b436dd50e Kinda working HTML5 clipboard paste.
Listen to paste events to update local clipboard.
CTRL+V still not working out of the box.
To do that, We would need to change how we handle keypress, most likely
making it worse and less safe. In the end, I'm not sure we can fix it
properly for now. Maybe in the future, with the Clipboard API, support
of which is still pretty limited on chrome, and only available to
extensions in Firefox.

For now, you can paste via:
- Browser bar -> Edit -> Paste.
- Middle mouse click (Linux only, copies secondary clipboard).

And THEN press CTRL+V
2019-05-29 23:21:09 +02:00
..
api Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
export HTML5: Fix ETC export for GLES2 fallback on mobile 2019-03-11 16:49:33 +01:00
audio_driver_javascript.cpp Use stdout/-err for all messages in HTML5 platform 2019-02-24 04:56:34 +01:00
audio_driver_javascript.h Deal with Google's HTML5 autoplay policy 2019-01-20 14:25:15 +01:00
detect.py SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools build 2019-05-20 16:51:20 +02:00
dom_keys.inc Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
engine.js Fix file preloading warning in HTML5 platform 2019-02-23 20:06:22 +01:00
http_client.h.inc Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_client_javascript.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.js Use stdout/-err for all messages in HTML5 platform 2019-02-24 04:56:34 +01:00
id_handler.js Move IDHandler JS module to platform from Websock 2019-04-12 12:41:49 +02:00
javascript_eval.cpp Use stdout/-err for all messages in HTML5 platform 2019-02-24 04:56:34 +01:00
javascript_main.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_javascript.cpp Kinda working HTML5 clipboard paste. 2019-05-29 23:21:09 +02:00
os_javascript.h Add OS clipboard set support to OS Javascript 2019-05-28 12:59:29 +02:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pre.js Add comments to javascript wrapper parts. 2018-10-15 08:56:44 -07:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub Move IDHandler JS module to platform from Websock 2019-04-12 12:41:49 +02:00