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