SDL_JoystickIndex was a 1.2 function.

This commit is contained in:
Ethan Lee 2014-06-24 20:18:08 -04:00
parent a6665a6c08
commit b8baa22a1b

View file

@ -4533,10 +4533,6 @@ namespace SDL2
int hat
);
/* joystick refers to an SDL_Joystick* */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern int SDL_JoystickIndex(IntPtr joystick);
/* joystick refers to an SDL_Joystick* */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler), MarshalCookie = LPUtf8StrMarshaler.LeaveAllocated)]