예제 #1
0
파일: Glfw.cs 프로젝트: PlumpMath/SharpGlfw
 public static GlfwWindowRefreshCallback SetWindowRefreshCallback(GlfwWindow window,
                                                                  GlfwWindowRefreshCallback cbfun)
 {
     windowRefreshFun = cbfun;
     return(GlfwCore.glfwSetWindowRefreshCallback(window, cbfun));
 }
예제 #2
0
 internal static extern GlfwWindowRefreshCallback glfwSetWindowRefreshCallback(GlfwWindow window,
                                                                               GlfwWindowRefreshCallback cbfun);