[SDL2] Fixed SDL_JoystickGetGUID capitalization
This commit is contained in:
parent
a8fb977017
commit
9e4827bf67
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ namespace OpenTK.Platform.SDL2
|
|||
public static extern byte JoystickGetButton(IntPtr joystick, int button);
|
||||
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
[DllImport(lib, CallingConvention = CallingConvention.Cdecl, EntryPoint = "SDL_JoystickGetGuid", ExactSpelling = true)]
|
||||
[DllImport(lib, CallingConvention = CallingConvention.Cdecl, EntryPoint = "SDL_JoystickGetGUID", ExactSpelling = true)]
|
||||
public static extern JoystickGuid JoystickGetGUID(IntPtr joystick);
|
||||
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
|
|
Loading…
Reference in a new issue