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

Method hasFocus

src/SFML/Window/WindowBase.cpp:336–339  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

334
335////////////////////////////////////////////////////////////
336bool WindowBase::hasFocus() const
337{
338 return m_impl && m_impl->hasFocus();
339}
340
341
342////////////////////////////////////////////////////////////

Callers 2

Window.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected