示例#1
0
 private static extern void glfwSetWindowRefreshCallback(GLFWWindowRefreshFunc callback);
示例#2
0
 public static void SetWindowRefreshCallback(GLFWWindowRefreshFunc callback)
 {
     glfwSetWindowRefreshCallback(callback);
 }