RAPIDS
    Preparing search index...

    Variable createWindowConst

    createWindow: (
        width: number,
        height: number,
        title: string,
        monitor?: GLFWmonitor | null,
        root?: GLFWwindow | null,
    ) => GLFWwindow = GLFW.createWindow

    Type Declaration

      • (
            width: number,
            height: number,
            title: string,
            monitor?: GLFWmonitor | null,
            root?: GLFWwindow | null,
        ): GLFWwindow
      • Parameters

        • width: number
        • height: number
        • title: string
        • Optionalmonitor: GLFWmonitor | null
        • Optionalroot: GLFWwindow | null

        Returns GLFWwindow