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