MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsPopupWindow

Function IsPopupWindow

Source/Engine/Platform/SDL/SDLWindow.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59void SetSDLWindowScreenPosition(const SDLWindow* window, const Int2 position);
60
61bool IsPopupWindow(WindowType type)
62{
63 return type == WindowType::Popup || type == WindowType::Tooltip;
64}
65
66void* GetNativeWindowPointer(SDL_Window* window)
67{

Callers 2

ShowMethod · 0.85
GetRelativeWindowOffsetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected