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