MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getWindowID

Method getWindowID

src/eepp/window/engine.cpp:223–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223EE::Window::Window* Engine::getWindowID( const Uint32& winID ) {
224 for ( auto& it : mWindows ) {
225 if ( it.first == winID )
226 return it.second;
227 }
228 return nullptr;
229}
230
231EE::Window::Window* Engine::getCurrentWindow() const {
232 return mWindow;

Callers 2

createWindowMethod · 0.45
destroyWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected