RAPIDS
    Preparing search index...

    Variable setScrollCallbackConst

    setScrollCallback: (
        window: GLFWwindow,
        callback:
            | null
            | ((window: GLFWwindow, xoffset: number, yoffset: number) => void),
    ) => void = GLFW.setScrollCallback

    Type Declaration

      • (
            window: GLFWwindow,
            callback:
                | null
                | ((window: GLFWwindow, xoffset: number, yoffset: number) => void),
        ): void
      • Parameters

        • window: GLFWwindow
        • callback: null | ((window: GLFWwindow, xoffset: number, yoffset: number) => void)

        Returns void