Clarify documentation for hints

(cherry picked from commit bbbbd3e870)
This commit is contained in:
Camilla Löwy
2021-05-12 18:53:06 +02:00
parent 2a5038e4e9
commit a149810df9
2 changed files with 37 additions and 53 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ Setting these hints requires no platform specific headers or functions.
@anchor GLFW_JOYSTICK_HAT_BUTTONS
__GLFW_JOYSTICK_HAT_BUTTONS__ specifies whether to also expose joystick hats as
buttons, for compatibility with earlier versions of GLFW that did not have @ref
glfwGetJoystickHats. Set this with @ref glfwInitHint.
glfwGetJoystickHats. Possible values are `GLFW_TRUE` and `GLFW_FALSE`.
@subsubsection init_hints_osx macOS specific init hints