| 94 | glfw_is_initialized = true; |
| 95 | } |
| 96 | double opengl::get_time() { |
| 97 | return glfwGetTime(); |
| 98 | } |
| 99 | |
| 100 | void opengl::window_title(const std::string& title) { |
| 101 | if (title != window_title_) { |
nothing calls this directly
no outgoing calls
no test coverage detected