MCPcopy Create free account
hub / github.com/SFML/SFML / isOpen

Method isOpen

src/SFML/Window/WindowBase.cpp:135–138  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

133
134////////////////////////////////////////////////////////////
135bool WindowBase::isOpen() const
136{
137 return m_impl != nullptr;
138}
139
140
141////////////////////////////////////////////////////////////

Callers 15

Window.test.cppFile · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected