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

Function WindowFocusCallback_GLFW

src/app/DeviceManager.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static void WindowFocusCallback_GLFW(GLFWwindow *window, int focused)
129{
130 DeviceManager *manager = reinterpret_cast<DeviceManager *>(glfwGetWindowUserPointer(window));
131 manager->WindowFocusCallback(focused);
132}
133
134static void WindowRefreshCallback_GLFW(GLFWwindow *window)
135{

Callers

nothing calls this directly

Calls 1

WindowFocusCallbackMethod · 0.80

Tested by

no test coverage detected