Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getCurrentDisplayIndex
Method
getCurrentDisplayIndex
src/eepp/window/window.cpp:674–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
672
}
673
674
int Window::getCurrentDisplayIndex() const {
675
return 0;
676
}
677
678
const std::function<void()>& Window::getMainLoop() const {
679
return mMainLoop;
Callers
5
resizeWindowToLayout
Method · 0.45
save
Method · 0.45
SceneNode
Method · 0.45
UIApplication
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected