godot/platform/javascript
Fabio Alessandrelli 31c21b9750 Implement HTML5 cancel/ok button swap on Windows.
Platform is detected on init via the `navigator.platform` string.

(cherry picked from commit 0b286a287c)
2020-07-28 00:55:46 +02:00
..
api Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
engine [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00
export [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00
native [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00
audio_driver_javascript.cpp Use dummy driver when JS AudioContext is unavailable. 2020-07-02 14:30:23 +02:00
audio_driver_javascript.h Use dummy driver when JS AudioContext is unavailable. 2020-07-02 14:30:23 +02:00
detect.py [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00
dom_keys.inc Swtich HTML5 key detection from keyCode to code. 2020-06-05 12:49:50 +02:00
emscripten_helpers.py [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00
http_client.h.inc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_client_javascript.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_request.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
javascript_eval.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
javascript_main.cpp Fix setenv not defined in older emscripten verions. 2020-07-15 22:21:47 +02:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
os_javascript.cpp Implement HTML5 cancel/ok button swap on Windows. 2020-07-28 00:55:46 +02:00
os_javascript.h Implement HTML5 cancel/ok button swap on Windows. 2020-07-28 00:55:46 +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 [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00