示例#1
0
 public static GlfwCursor CreateCursor(GlfwImage image, int xhot, int yhot)
 {
     return(GlfwCore.glfwCreateCursor(image, xhot, yhot));
 }
示例#2
0
 internal static extern GlfwCursor glfwCreateCursor(GlfwImage image, int xhot, int yhot);