MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / isOpen

Method isOpen

physx/samples/sampleframework/renderer/src/RendererWindow.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool RendererWindow::isOpen(void) const
81{
82 bool open = m_platform->isOpen();
83#if !defined(RENDERER_WINDOWS)
84 open = m_isOpen;
85#endif
86 return open;
87}
88
89// update the window's state... handle messages, etc.
90void RendererWindow::update(void)

Callers 3

mainInitializeFunction · 0.45
mainContinueFunction · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected