diff --git a/readme.html b/readme.html index 3e0966c0..e890f955 100644 --- a/readme.html +++ b/readme.html @@ -271,6 +271,7 @@ version of GLFW.

  • Added glfwGetWindowPos function for querying the position of the specified window
  • Added glfwSetWindowFocusCallback function and GLFWwindowfocusfun type for receiving window focus events
  • Added glfwSetWindowIconifyCallback function and GLFWwindowiconifyfun type for receiving window iconification events
  • +
  • Added glfwGetClipboardString and glfwSetClipboardString functions for interacting with the system clipboard
  • Added glfwGetCurrentContext function for retrieving the window whose OpenGL context is current
  • Added glfwCopyContext function for copying OpenGL state categories between contexts
  • Added GLFW_OPENGL_ES2_PROFILE profile for creating OpenGL ES 2.0 contexts using the GLX_EXT_create_context_es2_profile and WGL_EXT_create_context_es2_profile extensions
  • @@ -844,7 +845,7 @@ their skills. Special thanks go out to:

    adding logic for the GLFW_ICON resource
  • Ralph Eastwood, for the initial design and implementation of the gamma - correction API
  • + correction and clipboard APIs
  • GeO4d, for the implementation of cursor enter/leave notifications on Win32.