Move SupportsNativeDecorations/SupportsNativeDecorationDragging to SDLPlatform

#2800
This commit is contained in:
Wojtek Figat
2026-02-12 09:24:48 +01:00
parent c4d20f06ee
commit d68969dbe2
6 changed files with 27 additions and 51 deletions

View File

@@ -153,7 +153,7 @@ bool SDLPlatform::Init()
//SDL_StartTextInput(); // TODO: Call this only when text input is expected (shows virtual keyboard in some cases)
return base::Init();
return SDLPlatformBase::Init();
}
void SDLPlatform::LogInfo()