mirror of
https://github.com/glfw/glfw.git
synced 2026-08-15 07:55:53 +02:00
This adds a function for querying the current title of a window. This currently returns a copy of the last title set via GLFW. Fixes #1448 Closes #1909 Closes #2482