SDL_SetWindowBordered
This commit is contained in:
parent
a69308c8d6
commit
4f02e3d005
@ -880,6 +880,13 @@ namespace SDL2
|
|||||||
int h
|
int h
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/* window refers to an SDL_Window* */
|
||||||
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
public static extern void SDL_SetWindowBordered(
|
||||||
|
IntPtr window,
|
||||||
|
SDL_bool bordered
|
||||||
|
);
|
||||||
|
|
||||||
/* window refers to an SDL_Window* */
|
/* window refers to an SDL_Window* */
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void SDL_SetWindowTitle(
|
public static extern void SDL_SetWindowTitle(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user