Variable setCursorEnterCallbackConst
setCursorEnterCallback: (
window: GLFWwindow,
callback: null | ((window: GLFWwindow, entered: number) => void),
) => void = GLFW.setCursorEnterCallback
Type Declaration
- (
window: GLFWwindow,
callback: null | ((window: GLFWwindow, entered: number) => void),
): void Parameters
- window: GLFWwindow
- callback: null | ((window: GLFWwindow, entered: number) => void)
Returns void