Searched refs:windowed_ypos (Results 1 - 2 of 2) sorted by relevance
/third_party/glfw/tests/ |
H A D | iconify.c | 41 static int windowed_xpos, windowed_ypos, windowed_width = 640, windowed_height = 480; variable 101 windowed_xpos, windowed_ypos, in key_callback() 111 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|
/third_party/glfw/examples/ |
H A D | boing.c | 94 int windowed_xpos, windowed_ypos, windowed_width, windowed_height; variable 253 windowed_xpos, windowed_ypos, in key_callback() 262 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|
Completed in 2 milliseconds