Exemplo n.º 1
0
 public static string GetJoystickName(int joystick)
 {
     return(Imports.glfwGetJoystickName(joystick));
 }