diff options
author | HolonProduction <holonproduction@gmail.com> | 2023-05-08 20:32:56 +0200 |
---|---|---|
committer | HolonProduction <holonproduction@gmail.com> | 2023-05-11 11:02:08 +0200 |
commit | ddcb2d157dcae525593db2b04a40a2cbf9bf9ddd (patch) | |
tree | 95303e5cd15651932e28d9897de6198f3d46ac51 /platform/web | |
parent | bd1bc68ba07e330e814af19faf87d59da3f0ce6f (diff) | |
download | redot-engine-ddcb2d157dcae525593db2b04a40a2cbf9bf9ddd.tar.gz |
Don't expose mac specific display server.
Diffstat (limited to 'platform/web')
-rw-r--r-- | platform/web/display_server_web.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/web/display_server_web.h b/platform/web/display_server_web.h index 2e50a6bbc8..a72977e3c3 100644 --- a/platform/web/display_server_web.h +++ b/platform/web/display_server_web.h @@ -37,6 +37,8 @@ #include <emscripten/html5.h> class DisplayServerWeb : public DisplayServer { + // No need to register with GDCLASS, it's platform-specific and nothing is added. + private: struct JSTouchEvent { uint32_t identifier[32] = { 0 }; |