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

Method CreateWindow

Source/Engine/Platform/UWP/UWPPlatform.cpp:158–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158Window* UWPPlatform::CreateWindow(const CreateWindowSettings& settings)
159{
160 // Settings with provided UWPWindowImpl are only valid
161 if (settings.Data == nullptr)
162 {
163 CRASH;
164 return nullptr;
165 }
166
167 return New<UWPWindow>(settings, (UWPWindowImpl*)settings.Data);
168}
169
170void* UWPPlatform::LoadLibrary(const Char* filename)
171{

Callers 6

ShowMethod · 0.45
ShowSourceCodeWindowMethod · 0.45
OnInitMethod · 0.45
CreateFloatWindowMethod · 0.45
ShowMethod · 0.45
ShowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected