예제 #1
0
파일: Glfw.cs 프로젝트: PlumpMath/SharpGlfw
 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);