コード例 #1
0
ファイル: External.cs プロジェクト: OJETeam/GLFW
 public static int GetWindowAttribute(Window window, int attrib)
 {
     return(Imports.glfwGetWindowAttrib(window, attrib));
 }