Example #1
0
 public static void GetMonitorPhysicalSize(Monitor monitor, out int width, out int height)
 {
     Imports.glfwGetMonitorPhysicalSize(monitor, out width, out height);
 }