예제 #1
0
 public static void GetMousePos(out int xpos, out int ypos)
 {
     GlfwDelegates.glfwGetMousePos(out xpos, out ypos);
 }