RAPIDS
    Preparing search index...

    Variable setCharModsCallbackConst

    setCharModsCallback: (
        window: GLFWwindow,
        callback: null | ((window: GLFWwindow, code: number, mods: number) => void),
    ) => void = GLFW.setCharModsCallback

    Type Declaration

      • (
            window: GLFWwindow,
            callback: null | ((window: GLFWwindow, code: number, mods: number) => void),
        ): void
      • Parameters

        • window: GLFWwindow
        • callback: null | ((window: GLFWwindow, code: number, mods: number) => void)

        Returns void