MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / glfwError

Method glfwError

src/main.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 std::vector<NeedForSpeed> installedNFS;
118
119 static void glfwError(int id, const char *description) {
120 LOG(WARNING) << description;
121 }
122
123 static void window_size_callback(GLFWwindow *window, int width, int height) {
124 Config::get().resX = width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected