Example #1
0
 public static GlfwWindowRefreshCallback SetWindowRefreshCallback(GlfwWindow window,
                                                                  GlfwWindowRefreshCallback cbfun)
 {
     windowRefreshFun = cbfun;
     return(GlfwCore.glfwSetWindowRefreshCallback(window, cbfun));
 }
Example #2
0
 internal static extern GlfwWindowRefreshCallback glfwSetWindowRefreshCallback(GlfwWindow window,
                                                                               GlfwWindowRefreshCallback cbfun);