MCPcopy 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
674int Window::getCurrentDisplayIndex() const {
675 return 0;
676}
677
678const std::function<void()>& Window::getMainLoop() const {
679 return mMainLoop;

Callers 5

resizeWindowToLayoutMethod · 0.45
saveMethod · 0.45
SceneNodeMethod · 0.45
UIApplicationMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected