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:
commit
cad0cd94ef
8 changed files with 11 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue