Exemplo n.º 1
0
 public static void GetWindowPos(Monitor monitor, out int x, out int y)
 {
     Imports.glfwGetWindowPos(monitor, out x, out y);
 }