SDL_JoystickIndex was a 1.2 function.
This commit is contained in:
parent
a6665a6c08
commit
b8baa22a1b
@ -4533,10 +4533,6 @@ namespace SDL2
|
|||||||
int hat
|
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* */
|
/* joystick refers to an SDL_Joystick* */
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler), MarshalCookie = LPUtf8StrMarshaler.LeaveAllocated)]
|
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler), MarshalCookie = LPUtf8StrMarshaler.LeaveAllocated)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user