OSDN Git Service

SDL_SetWindowInputFocus 新規追加 https://wiki.libsdl.org/SDL_SetWindowInputFocus
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 27 Mar 2016 02:23:25 +0000 (11:23 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 27 Mar 2016 02:26:57 +0000 (11:26 +0900)
CategoryAPI.html
CategoryVideo.html
SDL_SetWindowInputFocus.html [new file with mode: 0644]

index c06b0b0..101fb29 100644 (file)
 <li><a href="SDL_SetWindowGrab.html">SDL_SetWindowGrab</a></li>
 <li><a href="SDL_SetWindowHitTest.html">SDL_SetWindowHitTest</a></li>
 <li><a href="SDL_SetWindowIcon.html">SDL_SetWindowIcon</a></li>
+<li><a href="SDL_SetWindowInputFocus.html">SDL_SetWindowInputFocus</a><li>
 <li><a href="SDL_SetWindowMaximumSize.html">SDL_SetWindowMaximumSize</a></li>
 <li><a href="SDL_SetWindowMinimumSize.html">SDL_SetWindowMinimumSize</a></li>
 <li><a href="SDL_SetWindowPosition.html">SDL_SetWindowPosition</a></li>
index 12d536d..37e1e30 100644 (file)
 <li><a href="SDL_SetWindowGrab.html">SDL_SetWindowGrab</a></li>\r
 <li><a href="SDL_SetWindowHitTest.html">SDL_SetWindowHitTest</a></li>\r
 <li><a href="SDL_SetWindowIcon.html">SDL_SetWindowIcon</a></li>\r
+<li><a href="SDL_SetWindowInputFocus.html">SDL_SetWindowInputFocus</a><li>\r
 <li><a href="SDL_SetWindowMaximumSize.html">SDL_SetWindowMaximumSize</a></li>\r
 <li><a href="SDL_SetWindowMinimumSize.html">SDL_SetWindowMinimumSize</a></li>\r
 <li><a href="SDL_SetWindowPosition.html">SDL_SetWindowPosition</a></li>\r
diff --git a/SDL_SetWindowInputFocus.html b/SDL_SetWindowInputFocus.html
new file mode 100644 (file)
index 0000000..db9e610
--- /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_SetWindowInputFocus</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_SetWindowInputFocus
+<hr>
+<h1>SDL_SetWindowInputFocus</h1>
+\83E\83B\83\93\83h\83E\82É\96¾\8e¦\93I\82É\93ü\97Í\83t\83H\81[\83J\83X\82ð\90Ý\92è\82·\82é
+<h2>\8d\\95¶</h2>
+<code>int SDL_SetWindowInputFocus(SDL_Window* window)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_SetWindowInputFocus">
+<tr><td>window</td><td>\93ü\97Í\83t\83H\81[\83J\83X\82ð\90Ý\92è\82·\82é\83E\83B\83\93\83h\83E</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+<p>
+\90¬\8c÷\82Ì\82Æ\82«0, \8e¸\94s\82Ì\82Æ\82«\95\89\82Ì\90\94\82Ì\83G\83\89\81[\83R\81[\83h\82ð\96ß\82·.
+<a href="SDL_GetError.html">SDL_GetError()</a>\82ð\8cÄ\82ñ\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.
+</p>
+<h2>\8fÚ\8d×</h2>
+<p>
+\91¼\82Ì\83E\83B\83\93\83h\83E\82Å\8a®\91S\82É\95¢\82¢\89B\82³\82ê\82½\83E\83B\83\93\83h\83E\82É\83t\83H\81[\83J\83X\82ð\97^\82¦\82é\8fê\8d\87\82É\82Í, \82Ù\82Æ\82ñ\82Ç\82Ì\8fê\8d\87\82±\82Ì\8aÖ\90\94\82Å\82Í\82È\82­<a href="SDL_RaiseWindow.html">SDL_RaiseWindow</a>\82ð\8cÄ\82Ô\95û\82ª\82æ\82¢.
+</p>
+\82±\82Ì\8aÖ\90\94\82ÍX11\82Ì\82Ý\91Î\89\9e\82µ\82Ä\82¢\82é.
+</p>
+<h2>\83o\81[\83W\83\87\83\93</h2>
+<p>
+\82±\82Ì\8aÖ\90\94\82ÍSDL 2.0.4 (stable)\88È\8d~\82Å<strong>\95s\88À\92è\82È</strong>\83o\81[\83W\83\87\83\93\82ª\8eg\82¦\82é.
+</p>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SetWindowInputFocus">SDL_SetWindowInputFocus - SDL Wiki</a>
+<hr>
+</body>
+</html>