Merge pull request #105225 from bruvzg/ds_gdsoft

Change `DisplayServerMacOS` from `GDCLASS` to `GDSOFTCLASS`. Add `GDSOFTCLASS` to other display servers.
This commit is contained in:
Thaddeus Crews 2025-04-10 16:53:42 -05:00
commit cad0cd94ef
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
8 changed files with 11 additions and 6 deletions

View file

@ -38,7 +38,7 @@
#include <emscripten/html5.h>
class DisplayServerWeb : public DisplayServer {
// No need to register with GDCLASS, it's platform-specific and nothing is added.
GDSOFTCLASS(DisplayServerWeb, DisplayServer);
private:
struct JSTouchEvent {