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

Method winsize_callback

examples/viewer.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void Viewer::winsize_callback(GLFWwindow* window, int w, int h)
124{
125 win_width = w/2;
126 win_height = h/2;
127}
128
129void Viewer::key_callbackstatic(GLFWwindow* window, int key, int scancode, int action, int mods)
130{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected