Variable setKeyCallbackConst
setKeyCallback: (
window: GLFWwindow,
callback:
| null
| (
(
window: GLFWwindow,
key: number,
scancode: number,
action: number,
mods: number,
) => void
),
) => void = GLFW.setKeyCallback
Type Declaration
- (
window: GLFWwindow,
callback:
| null
| (
(
window: GLFWwindow,
key: number,
scancode: number,
action: number,
mods: number,
) => void
),
): void Parameters
- window: GLFWwindow
- callback:
| null
| (
(
window: GLFWwindow,
key: number,
scancode: number,
action: number,
mods: number,
) => void
)
Returns void