Variable setWindowShouldCloseConst
setWindowShouldClose: (window: GLFWwindow, shouldClose: boolean) => void = GLFW.setWindowShouldClose
Type Declaration
- (window: GLFWwindow, shouldClose: boolean): void
Parameters
- window: GLFWwindow
- shouldClose: boolean
Returns void