We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dcc53 commit b407f64Copy full SHA for b407f64
units/sdl2.pas
@@ -141,7 +141,7 @@ interface
141
{$I sdlaudio.inc} // 2.26.3
142
{$I sdlblendmode.inc} // 2.0.14
143
{$I sdlsurface.inc} // 2.0.14
144
-{$I sdlvideo.inc} // 2.26.0
+{$I sdlvideo.inc} // 2.28.0
145
{$I sdlshape.inc} // 2.24.0
146
{$I sdlhints.inc} // 2.26.0
147
{$I sdlloadso.inc} // 2.24.1
units/sdlvideo.inc
@@ -989,6 +989,21 @@ function SDL_UpdateWindowSurface(window: PSDL_Window): cint; cdecl;
989
function SDL_UpdateWindowSurfaceRects(window: PSDL_Window; rects: PSDL_Rect; numrects: cint): cint; cdecl;
990
external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_UpdateWindowSurfaceRects' {$ENDIF} {$ENDIF};
991
992
+ {**
993
+ * Destroy the surface associated with the window.
994
+ *
995
+ * \param window the window to update
996
+ * \returns 0 on success or a negative error code on failure; call
997
+ * SDL_GetError() for more information.
998
999
+ * \since This function is available since SDL 2.28.0.
1000
1001
+ * \sa SDL_GetWindowSurface
1002
+ * \sa SDL_HasWindowSurface
1003
+ *}
1004
+function SDL_DestroyWindowSurface(window: PSDL_Window): cint; cdecl;
1005
+ external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_DestroyWindowSurface' {$ENDIF} {$ENDIF};
1006
+
1007
{**
1008
* Set a window's input grab mode.
1009
*
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments