Show current display server in Editor window tooltip

(cherry picked from commit 62968dd437)
This commit is contained in:
2025-02-02 18:34:47 +02:00
parent 096651f4c1
commit 0a4cb9e9b1
5 changed files with 30 additions and 1 deletions

View File

@@ -262,6 +262,15 @@ PlatformType PlatformBase::GetPlatformType()
return PLATFORM_TYPE;
}
#if !PLATFORM_SDL
String PlatformBase::GetDisplayServer()
{
return String::Empty;
}
#endif
bool PlatformBase::Is64BitApp()
{
#if PLATFORM_64BITS