| 697 | TutorialApplication::instance->motionFunc(window,x,y); |
| 698 | } |
| 699 | void displayFunc() { |
| 700 | TutorialApplication::instance->displayFunc(); |
| 701 | } |
| 702 | void reshapeFunc(GLFWwindow* window, int width, int height) { |
| 703 | TutorialApplication::instance->reshapeFunc(window,width,height); |
| 704 | } |
no test coverage detected