godot/platform/javascript/js/libs
Fabio Alessandrelli f56b1a5af5
[HTML5] Add checks to Gamepad API events.
In some conditions the events might be generated even when the `gamepad`
object is not accessible due to Security Context requirements.
This commit adds a check to avoid firing the handler in those cases.

(cherry picked from commit 91dbc288cc)
2021-11-20 11:46:13 +01:00
..
audio.worklet.js [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 2021-09-20 14:53:27 +02:00
library_godot_audio.js HTML5: Fix minification error with Emscripten 1.39.9 2021-09-29 10:54:01 +02:00
library_godot_display.js [HTML5] Refactor JS library listeners to OS. 2021-10-05 15:13:41 +02:00
library_godot_fetch.js [HTML5] Fix some JS library signature. 2021-06-17 12:47:54 +02:00
library_godot_input.js [HTML5] Add checks to Gamepad API events. 2021-11-20 11:46:13 +01:00
library_godot_javascript_singleton.js [HTML5] Fix some JS library signature. 2021-06-17 12:47:54 +02:00
library_godot_os.js [HTML5] Refactor JS library listeners to OS. 2021-10-05 15:13:41 +02:00
library_godot_runtime.js [HTML5] Rename heapCopy to heapSlice. 2021-03-05 17:32:17 +01:00