OSDN Git Service

SDL_GameControllerGetVendor 新規追加 https://wiki.libsdl.org/SDL_GameControllerGetVendor
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Tue, 5 Oct 2021 14:19:09 +0000 (23:19 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Tue, 5 Oct 2021 14:19:09 +0000 (23:19 +0900)
CategoryAPI.html
CategoryGameController.html
SDL_GameControllerGetVendor.html [new file with mode: 0644]
WhatsNew.html

index cf88dff..fe7d861 100644 (file)
 <li><a href="SDL_GameControllerGetStringForButton.html">SDL_GameControllerGetStringForButton</a></li>
 <li><a href="SDL_GameControllerGetTouchpadFinger.html">SDL_GameControllerGetTouchpadFinger</a></li>
 <li><a href="SDL_GameControllerGetType.html">SDL_GameControllerGetType</a></li>
+<li><a href="SDL_GameControllerGetVendor.html">SDL_GameControllerGetVendor</a></li>
 <li><a href="SDL_GameControllerMapping.html">SDL_GameControllerMapping</a></li>
 <li><a href="SDL_GameControllerMappingForGUID.html">SDL_GameControllerMappingForGUID</a></li>
 <li><a href="SDL_GameControllerName.html">SDL_GameControllerName</a></li>
index 20257d3..7cd8a21 100644 (file)
@@ -68,6 +68,7 @@ SDL_Joystick(
 <li><a href="SDL_GameControllerGetStringForButton.html">SDL_GameControllerGetStringForButton</a></li>\r
 <li><a href="SDL_GameControllerGetTouchpadFinger.html">SDL_GameControllerGetTouchpadFinger</a></li>\r
 <li><a href="SDL_GameControllerGetType.html">SDL_GameControllerGetType</a></li>\r
+<li><a href="SDL_GameControllerGetVendor.html">SDL_GameControllerGetVendor</a></li>\r
 <li><a href="SDL_GameControllerMapping.html">SDL_GameControllerMapping</a></li>\r
 <li><a href="SDL_GameControllerMappingForGUID.html">SDL_GameControllerMappingForGUID</a></li>\r
 <li><a href="SDL_GameControllerName.html">SDL_GameControllerName</a></li>\r
diff --git a/SDL_GameControllerGetVendor.html b/SDL_GameControllerGetVendor.html
new file mode 100644 (file)
index 0000000..207295f
--- /dev/null
@@ -0,0 +1,32 @@
+<!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="CategoryGameController.html" title="1\82Â\8fã">
+<title>SDL_GameControllerGetVendor</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryGameController.html">\83Q\81[\83\80\83R\83\93\83g\83\8d\81[\83\89\81[</a> - SDL_GameControllerGetVendor
+<hr>
+<h1>SDL_GameControllerGetVendor</h1>
+\89Â\94\\82È\82ç\82Î\83I\81[\83v\83\93\82³\82ê\82½\83Q\81[\83\80\83R\83\93\83g\83\8d\81[\83\89\81[\82Ì\83x\83\93\83_\81[ID\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>Uint16 SDL_GameControllerGetVendor(SDL_GameController* gamecontroller)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GameControllerGetVendor">
+<tr><td>gamecontroller</td><td>\83x\83\93\83_\81[ID\82ð\8b\81\82ß\82éSDL_GameController</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\83x\83\93\83_\81[ID\82ð\96ß\82·. \93¾\82ç\82ê\82È\82©\82Á\82½\82Æ\82«0\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+<p>
+\83x\83\93\83_\81[ID\82ð\93¾\82ç\82ê\82È\82©\82Á\82½\82Æ\82«, \82±\82Ì\8aÖ\90\94\82Í0\82ð\96ß\82·.
+</p>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GameControllerGetVendor">SDL_GameControllerGetVendor - SDL Wiki</a>
+<hr>
+</body>
+</html>
index 09591a8..d4b0f02 100644 (file)
@@ -369,7 +369,7 @@ test/testvulkan.c
 </ul>
 <li>\8aJ\82©\82ê\82½\83Q\81[\83\80\83R\83\93\83g\83\8d\81[\83\89\81[\82Ì\8fî\95ñ\82ð\96ß\82é\8aÖ\90\94\82Ì\92Ç\89Á:
 <ul style="list-style:none;">
-<li>SDL_GameControllerGetVendor()
+<li><a href="SDL_GameControllerGetVendor.html">SDL_GameControllerGetVendor()</a>
 <li><a href="SDL_GameControllerGetProduct.html">SDL_GameControllerGetProduct()</a>
 <li><a href="SDL_GameControllerGetProductVersion.html">SDL_GameControllerGetProductVersion()</a>
 </ul>