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