Home
last modified time | relevance | path

Searched refs:last_xpos (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()
91 sprintf(xpos_buffer, "%i", last_xpos); in main()
226 else if (xpos != last_xpos || (events & NK_EDIT_DEACTIVATED)) in main()
240 last_xpos = xpos; in main()

Completed in 2 milliseconds