Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
937
void RenderViewImpl::getWindowSize(int* width, int* height)
938
{
939
if (_mainWindow != nullptr)
940
{
941
glfwGetWindowSize(_mainWindow, width, height);
942
}
943
}
944
945
int RenderViewImpl::getMonitorCount() const
946
{
Callers
4
_glfwCenterCursorInContentArea
Function · 0.80
glfwGetWindowSize
Function · 0.80
_glfwInputMonitor
Function · 0.80
onEnter
Method · 0.80
Calls
1
glfwGetWindowSize
Function · 0.85
Tested by
1
onEnter
Method · 0.64