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