mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 15:25:36 +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)]
|
||||
public static extern int SDL_SetWindowFullscreen(
|
||||
IntPtr window,
|
||||
SDL_bool fullscreen
|
||||
uint flags
|
||||
);
|
||||
|
||||
/* window refers to an SDL_Window* */
|
||||
|
|
Loading…
Reference in a new issue