| 16 | const char* CoreWindow::ATTACHED_PROPERTY = "WINDOW_ATTACHED_PROPERTY"; |
| 17 | |
| 18 | CoreWindow::CoreWindow() : m_layer_stack_ptr(new LayerStack()) {} |
| 19 | |
| 20 | void CoreWindow::SetAttachedEngine(Engine* const engine) { |
| 21 | m_engine = engine; |
nothing calls this directly
no outgoing calls
no test coverage detected