| 434 | int GetNavBarHeight(); |
| 435 | void DoNavBar(int dispWidth, int dispHeight, int barHeight); |
| 436 | void WindowRefreshFun(GLFWwindow* window) { Update(window, 0.0, false); } |
| 437 | void KeyCallback(GLFWwindow*, int key, int scancode, int action, int modifiers); |
| 438 | void MouseButtonCallback(GLFWwindow*, int mouseButton, int x, int y); |
| 439 | void CursorPosCallback(GLFWwindow*, double x, double y); |
nothing calls this directly
no outgoing calls
no test coverage detected