示例#1
0
文件: External.cs 项目: OJETeam/GLFW
 public static void SetCursorEnterCallback(Window window, SetCursorEnterCallbackDelegate cbfun)
 {
     Imports.glfwSetCursorEnterCallback(window, cbfun);
 }