Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Dwindow.c54 int last_xpos = INT_MIN, last_ypos = INT_MIN; in main() local
90 glfwGetWindowPos(window, &last_xpos, &last_ypos); in main()
92 sprintf(ypos_buffer, "%i", last_ypos); in main()
237 else if (ypos != last_ypos || (events & NK_EDIT_DEACTIVATED)) in main()
241 last_ypos = ypos; in main()

Completed in 1 milliseconds