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

Method createWithFullScreen

core/platform/android/RenderViewImpl-android.cpp:75–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75RenderViewImpl* RenderViewImpl::createWithFullScreen(std::string_view viewName)
76{
77 auto ret = new RenderViewImpl();
78 if (ret && ret->initWithFullScreen(viewName))
79 {
80 ret->autorelease();
81 return ret;
82 }
83 AX_SAFE_DELETE(ret);
84 return nullptr;
85}
86
87RenderViewImpl::RenderViewImpl()
88{

Callers

nothing calls this directly

Calls 2

autoreleaseMethod · 0.80
initWithFullScreenMethod · 0.45

Tested by

no test coverage detected