コード例 #1
0
ファイル: External.cs プロジェクト: OJETeam/GLFW
 public static string GetJoystickName(int joystick)
 {
     return(Imports.glfwGetJoystickName(joystick));
 }