public static string GetJoystickName(Joystick joy) { return(GlfwDelegates.StrFromSbyte(GlfwDelegates.glfwGetJoystickName(joy))); }
public static string GetJoystickName(Joystick joy) { return(new string(GlfwDelegates.glfwGetJoystickName(joy))); }