Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Dcursor.c331 GLFWcursor* star_cursors[CURSOR_FRAME_COUNT]; in main() local
350 star_cursors[i] = create_cursor_frame(i / (float) CURSOR_FRAME_COUNT); in main()
351 if (!star_cursors[i]) in main()
461 if (current_frame != star_cursors[i]) in main()
463 glfwSetCursor(window, star_cursors[i]); in main()
464 current_frame = star_cursors[i]; in main()
487 glfwDestroyCursor(star_cursors[i]); in main()

Completed in 2 milliseconds