Example #1
0
 public static Monitor GetWindowMonitor(Window window)
 {
     return(Imports.glfwGetWindowMonitor(window));
 }