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

Function clickFunc

tutorials/common/tutorial/tutorial.cpp:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
696 void motionFunc(GLFWwindow* window, double x, double y) {
697 TutorialApplication::instance->motionFunc(window,x,y);
698 }

Callers

nothing calls this directly

Calls 1

clickFuncMethod · 0.80

Tested by

no test coverage detected