MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getPlatformHelper

Method getPlatformHelper

src/eepp/window/engine.cpp:385–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385PlatformHelper* Engine::getPlatformHelper() {
386 if ( NULL == mPlatformHelper ) {
387#if DEFAULT_BACKEND == BACKEND_SDL2
388 mPlatformHelper = eeNew( Backend::SDL2::PlatformHelperSDL2, () );
389#endif
390 }
391
392 return mPlatformHelper;
393}
394
395DisplayManager* Engine::getDisplayManager() {
396 if ( NULL == mDisplayManager ) {

Callers 6

shiftJISToUTF32Function · 0.80
saveMethod · 0.80
sGetProcessPathFunction · 0.80
getConfigPathMethod · 0.80
getTempPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected