Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c56 void mouse_button_callback( GLFWwindow* window, int button, int action, int mods );
276 void mouse_button_callback( GLFWwindow* window, int button, int action, int mods ) in mouse_button_callback() function
643 glfwSetMouseButtonCallback(window, mouse_button_callback); in main()
H A Dwave.c319 void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in mouse_button_callback() function
412 glfwSetMouseButtonCallback(window, mouse_button_callback); in main()
/third_party/glfw/tests/
H A Devents.c368 static void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in mouse_button_callback() function
646 glfwSetMouseButtonCallback(slots[i].window, mouse_button_callback); in main()

Completed in 3 milliseconds