RAPIDS
    Preparing search index...

    Variable setDropCallbackConst

    setDropCallback: (
        window: GLFWwindow,
        callback: null | ((window: GLFWwindow, items: string[]) => void),
    ) => void = GLFW.setDropCallback

    Type Declaration

      • (
            window: GLFWwindow,
            callback: null | ((window: GLFWwindow, items: string[]) => void),
        ): void
      • Parameters

        • window: GLFWwindow
        • callback: null | ((window: GLFWwindow, items: string[]) => void)

        Returns void