MCPcopy Create free account
hub / github.com/AshampooSystems/boden / WindowCore

Method WindowCore

framework/ui/platforms/android/src/WindowCore.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 WindowCore::WindowCore(const std::shared_ptr<ViewCoreFactory> &viewCoreFactory)
45 : ViewCore(viewCoreFactory, createJNativeViewGroup())
46 {}
47
48 WindowCore::~WindowCore()
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected