glfwRequestWindowAttention¶
Requests user attention to the specified window.
This function requests user attention to the specified window. On platforms where this is not supported, attention is requested to the application as a whole.
Once the user has given attention, usually by focusing the window or application, the system will end the request automatically.
- arguments
-
\GLFWwindow
$window
The window to request attention to.
- returns
-
void