summaryrefslogtreecommitdiffstats
path: root/platform/web/godot_js.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-11-14 16:27:26 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-04-11 10:58:54 +0300
commita5009f4d3cc36974a5897c3c819e61c3e0783b0d (patch)
tree3321f8bcc561b450f518e93efd682e4d51b2063c /platform/web/godot_js.h
parentc3ed7af12347aa04a3d3bb91bc726170e894758e (diff)
downloadredot-engine-a5009f4d3cc36974a5897c3c819e61c3e0783b0d.tar.gz
[Web] Detect host OS and use macOS keys on mac hosts.
Diffstat (limited to 'platform/web/godot_js.h')
-rw-r--r--platform/web/godot_js.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/godot_js.h b/platform/web/godot_js.h
index 3a41f63fa3..660822e291 100644
--- a/platform/web/godot_js.h
+++ b/platform/web/godot_js.h
@@ -49,6 +49,7 @@ extern void godot_js_os_fs_sync(void (*p_callback)());
extern int godot_js_os_execute(const char *p_json);
extern void godot_js_os_shell_open(const char *p_uri);
extern int godot_js_os_hw_concurrency_get();
+extern int godot_js_os_has_feature(const char *p_ftr);
extern int godot_js_pwa_cb(void (*p_callback)());
extern int godot_js_pwa_update();