Function glfwWindowHint

  • This function sets the specified window hint to the desired value.

    Parameters

    • hint: number

      The window hint to set.

    • value: number

      The new value of the window hint.

    Returns void

Generated using TypeDoc