| 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 | } |
nothing calls this directly
no test coverage detected