Skip to content

glfwSetWindowTitle

Sets the title of the specified window.

function glfwSetWindowTitle(\GLFWwindow $window, string $title) : void

This function sets the window title, encoded as UTF-8, of the specified window.

arguments
  1. \GLFWwindow $window The window whose title to change.
  2. string $title The UTF-8 encoded window title.
returns

void


Copyright

This documentation page is prased from the glfw3.h header file, and only modified to fit the PHP-GFLW extension bindings. The original documentation copyright is as follows:

Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy
https://www.glfw.org/license