예제 #1
0
파일: External.cs 프로젝트: OJETeam/GLFW
 public static void SetCursorEnterCallback(Window window, SetCursorEnterCallbackDelegate cbfun)
 {
     Imports.glfwSetCursorEnterCallback(window, cbfun);
 }