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

Function motionFunc

tutorials/common/tutorial/tutorial.cpp:696–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
699 void displayFunc() {
700 TutorialApplication::instance->displayFunc();
701 }

Callers

nothing calls this directly

Calls 1

motionFuncMethod · 0.80

Tested by

no test coverage detected