mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Change DisplayServerMacOS from GDCLASS to GDSOFTCLASS. Add GDSOFTCLASS to other display servers.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user