예제 #1
0
 /// <summary>
 /// Sets the position of the content area of the specified window.
 /// </summary>
 /// <param name="window"></param>
 /// <param name="xpos"></param>
 /// <param name="ypos"></param>
 public static void SetWindowPos(GLFW_Window window, int xpos, int ypos) =>
 window.SetPosition(xpos, ypos);