예제 #1
0
 public static string GetJoystickName(Joystick joy)
 {
     return(GlfwDelegates.StrFromSbyte(GlfwDelegates.glfwGetJoystickName(joy)));
 }
예제 #2
0
 public static string GetJoystickName(Joystick joy)
 {
     return(new string(GlfwDelegates.glfwGetJoystickName(joy)));
 }