Variable setCursorPosCallbackConst
setCursorPosCallback: (
window: GLFWwindow,
callback: null | ((window: GLFWwindow, x: number, y: number) => void),
) => void = GLFW.setCursorPosCallback
Type Declaration
- (
window: GLFWwindow,
callback: null | ((window: GLFWwindow, x: number, y: number) => void),
): void Parameters
- window: GLFWwindow
- callback: null | ((window: GLFWwindow, x: number, y: number) => void)
Returns void