Exemple #1
0
 public static int GetWindowAttribute(Window window, int attrib)
 {
     return(Imports.glfwGetWindowAttrib(window, attrib));
 }