Exemple #1
0
 public static void GetMonitorPos(Monitor monitor, out int x, out int y)
 {
     Imports.glfwGetMonitorPos(monitor, out x, out y);
 }