Пример #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);