virtualx-engine/platform/javascript/js/libs
Fabio Alessandrelli 63e2db2499 [HTML5] Fix focus (again) in Firefox's iframes.
This actually makes sense(?), when running inside an iframe the active
element might be our canvas, while the iframe itself is not active in
the parent window. Since we consume the event, the iframe does not get
focused in Firefox (but does in Chromium-based browsers), so we must
always call focus to handle such occasions.
2021-11-26 09:44:00 +01:00
..
audio.worklet.js [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 2021-09-15 20:48:49 +02:00
library_godot_audio.js HTML5: Fix minification error with Emscripten 1.39.9 2021-09-29 09:11:11 +02:00
library_godot_display.js [HTML5] Refactor JS library listeners to OS. 2021-10-05 14:15:07 +02:00
library_godot_fetch.js [HTML5] Fix some JS library signature. 2021-06-14 12:32:32 +02:00
library_godot_input.js [HTML5] Fix focus (again) in Firefox's iframes. 2021-11-26 09:44:00 +01:00
library_godot_javascript_singleton.js [HTML5] JS callback functions now returns passed value. 2021-06-18 17:47:48 +02:00
library_godot_os.js [HTML5] Refactor JS library listeners to OS. 2021-10-05 14:15:07 +02:00
library_godot_runtime.js [HTML5] Rename heapCopy to heapSlice. 2021-03-05 20:17:58 +01:00