godot/platform
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
..
android Rename remove() to remove_at() when removing by index 2021-11-23 18:58:57 -07:00
iphone Use "enum class" for input enums 2021-11-12 15:37:54 -06:00
javascript [HTML5] Fix focus (again) in Firefox's iframes. 2021-11-26 09:44:00 +01:00
linuxbsd Rename remove() to remove_at() when removing by index 2021-11-23 18:58:57 -07:00
osx Rename remove() to remove_at() when removing by index 2021-11-23 18:58:57 -07:00
uwp Rename remove() to remove_at() when removing by index 2021-11-23 18:58:57 -07:00
windows Restore console window output for editor app on Windows 2021-11-25 22:06:45 +03:00
register_platform_apis.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00