Searched refs:glfwSetWindowTitle (Results 1 – 7 of 7) sorted by relevance
61 glfwSetWindowTitle(window, title); in update_window_title()
206 glfwSetWindowTitle(data->window, o.str().c_str()); in UpdateTitle()
1919 GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
1930 GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
641 set a UTF-8 encoded window title with @ref glfwSetWindowTitle.644 glfwSetWindowTitle(window, "My Window");654 glfwSetWindowTitle(window, "カウボーイビバップ");660 glfwSetWindowTitle(window, u8"This is always a UTF-8 string");
118 glfwSetWindowTitle("New Window Title");123 glfwSetWindowTitle(window, "New Window Title");
427 GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) in glfwSetWindowTitle() function