| 23 | |
| 24 | |
| 25 | void error(int errnum, const char * errmsg) |
| 26 | { |
| 27 | std::cerr << errnum << ": " << errmsg << std::endl; |
| 28 | } |
| 29 | |
| 30 | |
| 31 | void key_callback(GLFWwindow * window, int key, int /*scancode*/, int action, int /*mods*/) |
nothing calls this directly
no outgoing calls
no test coverage detected