コード例 #1
0
ファイル: External.cs プロジェクト: OJETeam/GLFW
 public static void SetWindowRefreshCallback(Window window, SetWindowRefreshCallbackDelegate cbfun)
 {
     Imports.glfwSetWindowRefreshCallback(window, cbfun);
 }