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

Method getCurrentWindow

src/eepp/window/engine.cpp:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231EE::Window::Window* Engine::getCurrentWindow() const {
232 return mWindow;
233}
234
235void Engine::setCurrentWindow( EE::Window::Window* window ) {
236 if ( NULL != window && window != mWindow ) {

Callers 15

TileMapMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
SceneNodeMethod · 0.80
setup2DMethod · 0.80
eepp_mainloopFunction · 0.80
deleteTextureMethod · 0.80
iLockMethod · 0.80
iTextureFilterMethod · 0.80
reloadMethod · 0.80
updateMethod · 0.80
replaceMethod · 0.80

Calls

no outgoing calls

Tested by 1

inputMethod · 0.64