MCPcopy Create free account
hub / github.com/bluescan/tacentview / WindowRefreshFun

Function WindowRefreshFun

Src/TacentView.cpp:436–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected