MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / setWindowPos

Method setWindowPos

Source/Falcor/Core/Window.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void Window::setWindowPos(int32_t x, int32_t y)
527{
528 glfwSetWindowPos(mpGLFWWindow, x, y);
529}
530
531void Window::setWindowTitle(const std::string& title)
532{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected