Add missing EntryPoint for SDL_AndroidShowToast

This commit is contained in:
Caleb Cornett 2021-11-02 15:13:10 -04:00 committed by Ethan Lee
parent 904eed3cb0
commit 5df88baf4b

View file

@ -8137,7 +8137,7 @@ namespace SDL2
} }
/* Only available in 2.0.16 or higher. */ /* Only available in 2.0.16 or higher. */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, EntryPoint = "SDL_AndroidShowToast", CallingConvention = CallingConvention.Cdecl)]
private static unsafe extern int INTERNAL_SDL_AndroidShowToast( private static unsafe extern int INTERNAL_SDL_AndroidShowToast(
byte* message, byte* message,
int duration, int duration,