Home
last modified time | relevance | path

Searched refs:GLFW_POSITION_Y (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/examples/
H A Dwindows.c69 glfwWindowHint(GLFW_POSITION_Y, ypos + size * (1 + (i >> 1))); in main()
/third_party/glfw/tests/
H A Dthreads.c102 glfwWindowHint(GLFW_POSITION_Y, 200); in main()
/third_party/glfw/include/GLFW/
H A Dglfw3.h940 * Initial position y-coordinate [window hint](@ref GLFW_POSITION_Y).
942 #define GLFW_POSITION_Y 0x0002000F macro
3131 * GLFW_POSITION_X and @ref GLFW_POSITION_Y window hints before creation. To
/third_party/glfw/src/
H A Dwindow.c373 case GLFW_POSITION_Y: in glfwWindowHint()

Completed in 9 milliseconds