Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
526
void Window::setWindowPos(int32_t x, int32_t y)
527
{
528
glfwSetWindowPos(mpGLFWWindow, x, y);
529
}
530
531
void Window::setWindowTitle(const std::string& title)
532
{
Callers
1
registerScriptBindings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected