зеркало из https://github.com/stride3d/SDL2-CS.git
Fix pszGUID string parameter
This commit is contained in:
Родитель
3ea9ae0ede
Коммит
eb23cc18a7
|
@ -4547,8 +4547,7 @@ namespace SDL2
|
|||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SDL_JoystickGetGUIDString(
|
||||
SDL_JoystickGUID guid,
|
||||
[MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
||||
System.Text.StringBuilder pszGUID,
|
||||
char[] pszGUID,
|
||||
int cbGUID
|
||||
);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче