MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / WindowPosCallback_GLFW

Function WindowPosCallback_GLFW

src/app/DeviceManager.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146static void WindowPosCallback_GLFW(GLFWwindow *window, int xpos, int ypos)
147{
148 DeviceManager *manager = reinterpret_cast<DeviceManager *>(glfwGetWindowUserPointer(window));
149 manager->WindowPosCallback(xpos, ypos);
150}
151
152static void WindowContentScaleCallback_GLFW(GLFWwindow *window, float scaleX, float scaleY)
153{

Callers

nothing calls this directly

Calls 1

WindowPosCallbackMethod · 0.80

Tested by

no test coverage detected