Exemplo n.º 1
0
 public static void windowHint(GLFWAttribute hint, int value)
 {
     Glfwint.windowHint((int)hint, value);
 }
Exemplo n.º 2
0
 public static int getWindowAttrib(GLFWwindow window, GLFWAttribute attrib)
 {
     return(Glfwint.getWindowAttrib(window.handle, (int)attrib));
 }