Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetSDLWindow
Method
GetSDLWindow
Source/Engine/Platform/SDL/SDLWindow.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
SDL_Window* SDLWindow::GetSDLWindow() const
270
{
271
return _window;
272
}
273
274
#if PLATFORM_LINUX
275
Callers
9
GetRelativeWindowOffset
Function · 0.80
GetSDLWindowScreenPosition
Function · 0.80
SetSDLWindowScreenPosition
Function · 0.80
EventMessageHook
Method · 0.80
EventFilterCallback
Method · 0.80
PostHandleEvents
Method · 0.80
PostHandleEvents
Method · 0.80
Run
Method · 0.80
PostHandleEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected