mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01: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