MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / winsize_callbackstatic

Method winsize_callbackstatic

examples/viewer.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void Viewer::winsize_callbackstatic(GLFWwindow* window, int w, int h)
118{
119 Viewer* viewer = reinterpret_cast<Viewer*>(glfwGetWindowUserPointer(window));
120 viewer->winsize_callback(window, w, h);
121}
122
123void Viewer::winsize_callback(GLFWwindow* window, int w, int h)
124{

Callers

nothing calls this directly

Calls 1

winsize_callbackMethod · 0.80

Tested by

no test coverage detected