mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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
|
|
@ -37,6 +37,8 @@
|
|||
// Specialized DisplayServer for unittests based on DisplayServerHeadless, that
|
||||
// additionally supports things like mouse enter/exit events and clipboard.
|
||||
class DisplayServerMock : public DisplayServerHeadless {
|
||||
GDSOFTCLASS(DisplayServerMock, DisplayServerHeadless);
|
||||
|
||||
private:
|
||||
friend class DisplayServer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue