MCPcopy Create free account
hub / github.com/axmolengine/axmol / create

Method create

core/platform/RenderViewImpl.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434#endif // #if (AX_TARGET_PLATFORM == AX_PLATFORM_LINUX)
435
436RenderViewImpl* RenderViewImpl::create(std::string_view viewName)
437{
438 return RenderViewImpl::create(viewName, false);
439}
440
441RenderViewImpl* RenderViewImpl::create(std::string_view viewName, bool resizable)
442{

Callers

nothing calls this directly

Calls 4

createFunction · 0.85
autoreleaseMethod · 0.80
RectClass · 0.50
initWithRectMethod · 0.45

Tested by

no test coverage detected