Fix content scale callback func name

This commit is contained in:
Coşku Baş 2018-08-05 21:45:43 +03:00 committed by GitHub
parent 0be4f3f75a
commit b2ae101fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ between the current DPI and the platform's default DPI, with @ref
glfwGetWindowContentScale and @ref glfwGetMonitorContentScale. glfwGetWindowContentScale and @ref glfwGetMonitorContentScale.
Changes of the content scale of a window can be received with the window content Changes of the content scale of a window can be received with the window content
scale callback, set with @ref glfwSetWindowCloseCallback. scale callback, set with @ref glfwSetWindowContentScaleCallback.
@see @ref window_scale @see @ref window_scale