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