| 538 | } |
| 539 | |
| 540 | void Window::DropCallback(GLFWwindow* window, int count, const char** paths) { |
| 541 | GetScene(window).GetWindow().HandleFileDrop(count, paths); |
| 542 | } |
| 543 | |
| 544 | // Input Handling Methods |
| 545 | void Window::HandleMouseMove(double xpos, double ypos) { |
nothing calls this directly
no test coverage detected