Function glfwRequestWindowAttention

  • 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.

    Parameters

    • window: GLFWwindow

      The window to request attention to.

    Returns void

Generated using TypeDoc