Exemplo n.º 1
0
 public static int GetMouseButton(Window window, int button)
 {
     return(Imports.glfwGetMouseButton(window, button));
 }