mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Don't expose mac specific display server.
This commit is contained in:
parent
bd1bc68ba0
commit
ddcb2d157d
6 changed files with 8 additions and 6 deletions
|
@ -39,6 +39,8 @@ class RenderingDeviceVulkan;
|
|||
#endif
|
||||
|
||||
class DisplayServerAndroid : public DisplayServer {
|
||||
// No need to register with GDCLASS, it's platform-specific and nothing is added.
|
||||
|
||||
String rendering_driver;
|
||||
|
||||
// https://developer.android.com/reference/android/view/PointerIcon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue