Variable setMouseButtonCallbackConst
setMouseButtonCallback: (
window: GLFWwindow,
callback:
| null
| (
(
window: GLFWwindow,
button: number,
action: number,
mods: number,
) => void
),
) => void = GLFW.setMouseButtonCallback
Type Declaration
- (
window: GLFWwindow,
callback:
| null
| (
(
window: GLFWwindow,
button: number,
action: number,
mods: number,
) => void
),
): void Parameters
- window: GLFWwindow
- callback:
| null
| (
(
window: GLFWwindow,
button: number,
action: number,
mods: number,
) => void
)
Returns void