From 912cb9dd3131ab0e7d04b1d5fe1e34e6b2c03084 Mon Sep 17 00:00:00 2001 From: Grzesiek11 Date: Wed, 3 Jan 2024 04:06:39 +0100 Subject: [PATCH] Use the term 'supported' in more places Continues b111f348, which didn't update all files. --- docs/intro.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro.dox b/docs/intro.dox index e973bc2ab..3b143c4b6 100644 --- a/docs/intro.dox +++ b/docs/intro.dox @@ -121,10 +121,10 @@ extension. This extension is not used if this hint is @anchor GLFW_MOUSE_BUTTON_LIMIT __GLFW_MOUSE_BUTTON_LIMIT__ specifies whether to limit reported mouse buttons to -only the named buttons, for compatibility with earlier versions of GLFW that -could only report buttons from the named set, as users might have assumed +only the supported buttons, for compatibility with earlier versions of GLFW that +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 -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