Пример #1
0
 public static void SetWindowRefreshCallback(Window window, SetWindowRefreshCallbackDelegate cbfun)
 {
     Imports.glfwSetWindowRefreshCallback(window, cbfun);
 }