Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ glfwSetErrorCallback
Function
glfwSetErrorCallback
extern/glfw/src/init.c:415–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun)
416
{
417
_GLFW_SWAP_POINTERS(_glfwErrorCallback, cbfun);
418
return cbfun;
419
}
420
Callers
3
ImGui_ImplGlfw_TranslateUntranslatedKey
Function · 0.85
ImGui_ImplGlfw_Init
Function · 0.85
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected