Exemple #1
0
 public static int GetKey(Window window, int key)
 {
     return(Imports.glfwGetKey(window, key));
 }