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

Method getWindowPosition

core/platform/RenderViewImpl.cpp:929–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929void RenderViewImpl::getWindowPosition(int* xpos, int* ypos)
930{
931 if (_mainWindow != nullptr)
932 {
933 glfwGetWindowPos(_mainWindow, xpos, ypos);
934 }
935}
936
937void RenderViewImpl::getWindowSize(int* width, int* height)
938{

Callers 1

onEnterMethod · 0.80

Calls 1

glfwGetWindowPosFunction · 0.85

Tested by 1

onEnterMethod · 0.64