Use the term 'supported' in more places

Continues b111f348, which didn't update all files.
This commit is contained in:
Grzesiek11 2024-01-03 04:06:39 +01:00
parent c224eeeaa3
commit 912cb9dd31
No known key found for this signature in database
GPG Key ID: 4A5445FB68CDB5C4

View File

@ -121,10 +121,10 @@ extension. This extension is not used if this hint is
@anchor GLFW_MOUSE_BUTTON_LIMIT @anchor GLFW_MOUSE_BUTTON_LIMIT
__GLFW_MOUSE_BUTTON_LIMIT__ specifies whether to limit reported mouse buttons to __GLFW_MOUSE_BUTTON_LIMIT__ specifies whether to limit reported mouse buttons to
only the named buttons, for compatibility with earlier versions of GLFW that only the supported buttons, for compatibility with earlier versions of GLFW that
could only report buttons from the named set, as users might have assumed could only report buttons from the supported set, as users might have assumed
@ref GLFW_MOUSE_BUTTON_LAST to be the last possible mouse button, and not the @ref GLFW_MOUSE_BUTTON_LAST to be the last possible mouse button, and not the
last named mouse button. Possible values are `GLFW_TRUE` and `GLFW_FALSE`. last supported mouse button. Possible values are `GLFW_TRUE` and `GLFW_FALSE`.
@subsubsection init_hints_osx macOS specific init hints @subsubsection init_hints_osx macOS specific init hints