mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gl/glfw: update C definitions
This commit is contained in:
@@ -69,7 +69,7 @@ fn C.glfwSetWindowSizeCallback()
|
||||
fn C.glfwSetMouseButtonCallback()
|
||||
fn C.glfwSetCursorPosCallback()
|
||||
fn C.glfwSwapBuffers()
|
||||
fn C.glfwWindowShouldClose()
|
||||
fn C.glfwWindowShouldClose() bool
|
||||
fn C.glfwSetWindowShouldClose()
|
||||
fn C.glfwWaitEvents()
|
||||
fn C.glfwPollEvents()
|
||||
|
||||
Reference in New Issue
Block a user