예제 #1
0
파일: Glfw.cs 프로젝트: PlumpMath/SharpGlfw
 public static void GetCursorPos(GlfwWindow window, out double xpos, out double ypos)
 {
     GlfwCore.glfwGetCursorPos(window, out xpos, out ypos);
 }