From 2855642dd16cea260f3b32351f0529328a0bcb15 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 4 Oct 2025 15:54:30 +0200 Subject: namespacing locale, config, file_templates --- libs/imgui-1.92.1/examples/libs/glfw/include/GLFW/glfw3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/imgui-1.92.1/examples') diff --git a/libs/imgui-1.92.1/examples/libs/glfw/include/GLFW/glfw3.h b/libs/imgui-1.92.1/examples/libs/glfw/include/GLFW/glfw3.h index f8ca3d6..c2e4ab1 100644 --- a/libs/imgui-1.92.1/examples/libs/glfw/include/GLFW/glfw3.h +++ b/libs/imgui-1.92.1/examples/libs/glfw/include/GLFW/glfw3.h @@ -2927,9 +2927,9 @@ GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode); */ GLFWAPI void glfwSetInputMode(GLFWwindow* window, int mode, int value); -/*! @brief Returns the localized name of the specified printable key. +/*! @brief Returns the locale::getd name of the specified printable key. * - * This function returns the localized name of the specified printable key. + * This function returns the locale::getd name of the specified printable key. * This is intended for displaying key bindings to the user. * * If the key is `GLFW_KEY_UNKNOWN`, the scancode is used instead, otherwise @@ -2965,7 +2965,7 @@ GLFWAPI void glfwSetInputMode(GLFWwindow* window, int mode, int value); * * @param[in] key The key to query, or `GLFW_KEY_UNKNOWN`. * @param[in] scancode The scancode of the key to query. - * @return The localized name of the key, or `NULL`. + * @return The locale::getd name of the key, or `NULL`. * * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref * GLFW_PLATFORM_ERROR. -- cgit v1.2.3-70-g09d2