MCPcopy Create free account
hub / github.com/axmolengine/axmol / getWindowSize

Method getWindowSize

core/platform/RenderViewImpl.cpp:937–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937void RenderViewImpl::getWindowSize(int* width, int* height)
938{
939 if (_mainWindow != nullptr)
940 {
941 glfwGetWindowSize(_mainWindow, width, height);
942 }
943}
944
945int RenderViewImpl::getMonitorCount() const
946{

Callers 4

glfwGetWindowSizeFunction · 0.80
_glfwInputMonitorFunction · 0.80
onEnterMethod · 0.80

Calls 1

glfwGetWindowSizeFunction · 0.85

Tested by 1

onEnterMethod · 0.64