mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 21:56:36 +00:00
Documentation for attention request
This commit is contained in:
parent
a3ad2537e2
commit
82afc48fab
@ -2698,6 +2698,21 @@ GLFWAPI void glfwMaximizeWindow(GLFWwindow* window);
|
||||
*/
|
||||
GLFWAPI void glfwShowWindow(GLFWwindow* window);
|
||||
|
||||
/*! @brief Request attention to the specified window.
|
||||
*
|
||||
* This function makes the specified window to request attention.
|
||||
*
|
||||
* @param[in] window The window to request attention.
|
||||
*
|
||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
||||
* GLFW_PLATFORM_ERROR.
|
||||
*
|
||||
* @thread_safety This function must only be called from the main thread.
|
||||
*
|
||||
* @since Added in version 3.3.
|
||||
*
|
||||
* @ingroup window
|
||||
*/
|
||||
GLFWAPI void glfwRequestWindowAttention(GLFWwindow* window);
|
||||
|
||||
/*! @brief Hides the specified window.
|
||||
|
Loading…
Reference in New Issue
Block a user