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