mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-06-20 18:17:56 +00:00
SetWindowFullscreen has more options than a bool
This commit is contained in:
parent
7c1bfdbaeb
commit
0023c59bd3
|
@ -838,7 +838,7 @@ namespace SDL2
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern int SDL_SetWindowFullscreen(
|
public static extern int SDL_SetWindowFullscreen(
|
||||||
IntPtr window,
|
IntPtr window,
|
||||||
SDL_bool fullscreen
|
uint flags
|
||||||
);
|
);
|
||||||
|
|
||||||
/* window refers to an SDL_Window* */
|
/* window refers to an SDL_Window* */
|
||||||
|
|
Loading…
Reference in a new issue