OSDN Git Service

SDL_CreateShapedWindow 新規追加 https://wiki.libsdl.org/SDL_CreateShapedWindow
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Mon, 4 Oct 2021 14:58:35 +0000 (23:58 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Mon, 4 Oct 2021 14:58:35 +0000 (23:58 +0900)
CategoryAPI.html
CategoryVideo.html
SDL_CreateShapedWindow.html [new file with mode: 0644]

index 8bdb5ac..7f96744 100644 (file)
 <li><a href="SDL_CreateRGBSurfaceWithFormatFrom.html">SDL_CreateRGBSurfaceWithFormatFrom</a></li>
 <li><a href="SDL_CreateRenderer.html">SDL_CreateRenderer</a></li>
 <li><a href="SDL_CreateSemaphore.html">SDL_CreateSemaphore</a></li>
+<li><a href="SDL_CreateShapedWindow.html">SDL_CreateShapedWindow</a></li>
 <li><a href="SDL_CreateSoftwareRenderer.html">SDL_CreateSoftwareRenderer</a></li>
 <li><a href="SDL_CreateSystemCursor.html">SDL_CreateSystemCursor</a></li>
 <li><a href="SDL_CreateTexture.html">SDL_CreateTexture</a></li>
index e2df2a6..5982998 100644 (file)
@@ -39,6 +39,7 @@
 </ol>\r
 <h2>\8aÖ\90\94</h2>\r
 <ol>\r
+<li><a href="SDL_CreateShapedWindow.html">SDL_CreateShapedWindow</a></li>\r
 <li><a href="SDL_CreateWindow.html">SDL_CreateWindow</a></li>\r
 <li><a href="SDL_CreateWindowAndRenderer.html">SDL_CreateWindowAndRenderer</a></li>\r
 <li><a href="SDL_CreateWindowFrom.html">SDL_CreateWindowFrom</a></li>\r
diff --git a/SDL_CreateShapedWindow.html b/SDL_CreateShapedWindow.html
new file mode 100644 (file)
index 0000000..2d5ec79
--- /dev/null
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="CategoryVideo.html" title="1\82Â\8fã">
+<title>SDL_CreateShapedWindow</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryVideo.html">\83f\83B\83X\83v\83\8c\83C\82Æ\83E\83B\83\93\83h\83E</a> - SDL_CreateShapedWindow
+<hr>
+<h1>SDL_CreateShapedWindow</h1>
+\88Ê\92u, \91å\82«\82³, \83t\83\89\83O\82ð\8ew\92è\82µ\82Ä\94ñ\8bé\8c`\83E\83B\83\93\83h\83E\82ð\90\90¬\82·\82é 
+<h2>\8d\\95¶</h2>
+<code>SDL_Window* SDL_CreateShapedWindow(const char* title, unsigned int x, unsigned int y, unsigned int w, unsigned int h, Uint32 flags)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_CreateShapedWindow">
+<tr><td>title</td><td>UTF-8\95\8e\9a\97ñ\82Ì\83E\83B\83\93\83h\83E\82Ì\83^\83C\83g\83\8b</td></tr>
+<tr><td>x</td><td>\83E\83B\83\93\83h\83E\82ÌX\8dÀ\95W, SDL_WINDOWPOS_CENTERED, \82Ü\82½\82Í SDL_WINDOWPOS_UNDEFINED</td></tr>
+<tr><td>y</td><td>\83E\83B\83\93\83h\83E\82ÌY\8dÀ\95W, SDL_WINDOWPOS_CENTERED, \82Ü\82½\82Í SDL_WINDOWPOS_UNDEFINED</td></tr>
+<tr><td>w</td><td>\83E\83B\83\93\83h\83E\82Ì\95\9d</td></tr>
+<tr><td>h</td><td>\83E\83B\83\93\83h\83E\82Ì\8d\82\82³</td></tr>
+<tr><td>flags</td><td>\83E\83B\83\93\83h\83E\82Ì\83t\83\89\83O. <a href="SDL_WindowFlags.html">SDL_WindowFlags\97ñ\8b\93\91Ì</a>\82Ì\98_\97\9d\98a. SDL_WINDOW_BORDERLESS\82Í\8fí\82É\90Ý\92è\82·\82é. SDL_WINDOW_FULLSCREEN\82Í\8fí\82É\90Ý\92è\82µ\82È\82¢</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\90\90¬\82³\82ê\82½\83E\83B\83\93\83h\83E\82ð\96ß\82·. \8e¸\94s\82Ì\82Æ\82«NULL\82ð\96ß\82·.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_DestroyWindow.html">SDL_DestroyWindow</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_CreateShapedWindow">SDL_CreateShapedWindow - SDL Wiki</a>
+<hr>
+</body>
+</html>