Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
EE::Window::Window* Engine::getCurrentWindow() const {
232
return mWindow;
233
}
234
235
void Engine::setCurrentWindow( EE::Window::Window* window ) {
236
if ( NULL != window && window != mWindow ) {
Callers
15
TileMap
Method · 0.80
create
Method · 0.80
update
Method · 0.80
SceneNode
Method · 0.80
setup2D
Method · 0.80
eepp_mainloop
Function · 0.80
deleteTexture
Method · 0.80
iLock
Method · 0.80
iTextureFilter
Method · 0.80
reload
Method · 0.80
update
Method · 0.80
replace
Method · 0.80
Calls
no outgoing calls
Tested by
1
input
Method · 0.64