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…
x
Reference in New Issue
Block a user