MCPcopy Create free account
hub / github.com/RenderKit/embree / keyboardFunc

Function keyboardFunc

tutorials/common/tutorial/tutorial.cpp:690–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688#if defined(USE_GLFW)
689
690 void keyboardFunc(GLFWwindow* window, int key, int scancode, int action, int mods) {
691 TutorialApplication::instance->keyboardFunc(window,key,scancode,action,mods);
692 }
693 void clickFunc(GLFWwindow* window, int button, int action, int mods) {
694 TutorialApplication::instance->clickFunc(window,button,action,mods);
695 }

Callers

nothing calls this directly

Calls 1

keyboardFuncMethod · 0.80

Tested by

no test coverage detected