RAPIDS
    Preparing search index...

    Variable setMonitorCallbackConst

    setMonitorCallback: (
        callback: null | ((monitor: GLFWmonitor, event: number) => void),
    ) => void = GLFW.setMonitorCallback

    Type Declaration

      • (callback: null | ((monitor: GLFWmonitor, event: number) => void)): void
      • Parameters

        • callback: null | ((monitor: GLFWmonitor, event: number) => void)

        Returns void