OSDN Git Service

SDL_SetWindowResizable 新規追加 https://wiki.libsdl.org/SDL_SetWindowResizable
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Thu, 6 Oct 2016 16:48:10 +0000 (01:48 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Thu, 6 Oct 2016 16:48:10 +0000 (01:48 +0900)
CategoryAPI.html
CategoryVideo.html
SDL_SetWindowResizable.html [new file with mode: 0644]

index 20d45e1..ffe254b 100644 (file)
 <li><a href="SDL_SetWindowModalFor.html">SDL_SetWindowModalFor</a></li>
 <li><a href="SDL_SetWindowOpacity.html">SDL_SetWindowOpacity</a></li>
 <li><a href="SDL_SetWindowPosition.html">SDL_SetWindowPosition</a></li>
+<li><a href="SDL_SetWindowResizable.html">SDL_SetWindowResizable</a></li>
 <li><a href="SDL_SetWindowSize.html">SDL_SetWindowSize</a></li>
 <li><a href="SDL_SetWindowTitle.html">SDL_SetWindowTitle</a></li>
 <li><a href="SDL_SetWindowsMessageHook.html">SDL_SetWindowsMessageHook</a></li>
index f7537b3..e2df2a6 100644 (file)
 <li><a href="SDL_SetWindowModalFor.html">SDL_SetWindowModalFor</a></li>\r
 <li><a href="SDL_SetWindowOpacity.html">SDL_SetWindowOpacity</a></li>\r
 <li><a href="SDL_SetWindowPosition.html">SDL_SetWindowPosition</a></li>\r
+<li><a href="SDL_SetWindowResizable.html">SDL_SetWindowResizable</a></li>\r
 <li><a href="SDL_SetWindowSize.html">SDL_SetWindowSize</a></li>\r
 <li><a href="SDL_SetWindowTitle.html">SDL_SetWindowTitle</a></li>\r
 <li><a href="SDL_ShowMessageBox.html">SDL_ShowMessageBox</a></li>\r
diff --git a/SDL_SetWindowResizable.html b/SDL_SetWindowResizable.html
new file mode 100644 (file)
index 0000000..1574773
--- /dev/null
@@ -0,0 +1,41 @@
+<!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_SetWindowResizable</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_SetWindowResizable
+<hr>
+<h1>SDL_SetWindowResizable</h1>
+\83E\83B\83\93\83h\83E\82Ì\83T\83C\83Y\82ð\83\86\81[\83U\82ª\95Ï\82¦\82ç\82ê\82é\82©\82ð\90Ý\92è\82·\82é
+<h2>\8d\\95¶</h2>
+<code>void SDL_SetWindowResizable(SDL_Window* window, SDL_bool resizable)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_SetWindowResizable">
+<tr><td>window</td><td>\83T\83C\83Y\95Ï\8dX\89Â\95s\89Â\82ð\95Ï\8dX\82·\82é\83E\83B\83\93\83h\83E</td></tr>
+<tr><td>resizable</td><td>\83T\83C\83Y\95Ï\8dX\82ð\8b\96\89Â\82·\82é\82Æ\82«SDL_TRUE, \8b\96\89Â\82µ\82È\82¢\82Æ\82«SDL_FALSE</td></tr>
+</table>
+<h2>\8fÚ\8d×</h2>
+<p>
+\82±\82Ì\8aÖ\90\94\82Í\83E\83B\83\93\83h\83E\82ÌSDL_WINDOW_RESIZABLE\83t\83\89\83O\82Ì\92Ç\89Á\82Ü\82½\82Í\8eæ\82è\8f\9c\82«\82ð\8ds\82¢, \83\86\81[\83U\82É\82æ\82é\83E\83B\83\93\83h\83E\82Ì\83T\83C\83Y\82Ì\95Ï\8dX\82ð\8b\96\89Â/\95s\8b\96\89Â\82É\82·\82é.
+\82à\82µ\8aù\82É\83E\83B\83\93\83h\83E\82ª\82»\82Ì\8fó\91Ô\82É\82È\82Á\82Ä\82¢\82é\8fê\8d\87\82Í\89½\82à\8bN\82±\82ç\82È\82¢.
+</p>
+<p>
+<strong>\83\81\83\82:</strong> \83t\83\8b\83X\83N\83\8a\81[\83\93\83E\83B\83\93\83h\83E\82Ì\82Æ\82«\82Í\83T\83C\83Y\95Ï\8dX\89Â\95s\89Â\8fó\91Ô\82ð\95Ï\8dX\82Å\82«\82È\82¢.
+</p>
+<h2>\83o\81[\83W\83\87\83\93</h2>
+<p>
+\82±\82Ì\8aÖ\90\94\82ÍSDL 2.0.5\88È\8d~\82Å\8eg\82¦\82é.
+</p>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetWindowFlags.html">SDL_GetWindowFlags</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SetWindowResizable">SDL_SetWindowResizable - SDL Wiki</a>
+<hr>
+</body>
+</html>