mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 13:35:38 +00:00
SDL_GetPlatform
This commit is contained in:
parent
4b61ff485a
commit
1ffb95fa74
|
@ -177,6 +177,14 @@ namespace SDL2
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region SDL_platform.h
|
||||||
|
|
||||||
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler), MarshalCookie = LPUtf8StrMarshaler.LeaveAllocated)]
|
||||||
|
public static extern string SDL_GetPlatform();
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region SDL_hints.h
|
#region SDL_hints.h
|
||||||
|
|
||||||
public const string SDL_HINT_FRAMEBUFFER_ACCELERATION =
|
public const string SDL_HINT_FRAMEBUFFER_ACCELERATION =
|
||||||
|
|
Loading…
Reference in a new issue