OSDN Git Service

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

index fe263f7..b5d0afe 100644 (file)
 <li><a href="SDL_GameControllerGetNumTouchpadFingers.html">SDL_GameControllerGetNumTouchpadFingers</a></li>
 <li><a href="SDL_GameControllerGetNumTouchpads.html">SDL_GameControllerGetNumTouchpads</a></li>
 <li><a href="SDL_GameControllerGetPlayerIndex.html">SDL_GameControllerGetPlayerIndex</a></li>
+<li><a href="SDL_GameControllerGetProduct.html">SDL_GameControllerGetProduct</a></li>
 <li><a href="SDL_GameControllerGetStringForAxis.html">SDL_GameControllerGetStringForAxis</a></li>
 <li><a href="SDL_GameControllerGetStringForButton.html">SDL_GameControllerGetStringForButton</a></li>
 <li><a href="SDL_GameControllerMapping.html">SDL_GameControllerMapping</a></li>
index c47237b..b37e535 100644 (file)
@@ -60,6 +60,7 @@ SDL_Joystick(
 <li><a href="SDL_GameControllerGetNumTouchpadFingers.html">SDL_GameControllerGetNumTouchpadFingers</a></li>\r
 <li><a href="SDL_GameControllerGetNumTouchpads.html">SDL_GameControllerGetNumTouchpads</a></li>\r
 <li><a href="SDL_GameControllerGetPlayerIndex.html">SDL_GameControllerGetPlayerIndex</a></li>\r
+<li><a href="SDL_GameControllerGetProduct.html">SDL_GameControllerGetProduct</a></li>\r
 <li><a href="SDL_GameControllerGetStringForAxis.html">SDL_GameControllerGetStringForAxis</a></li>\r
 <li><a href="SDL_GameControllerGetStringForButton.html">SDL_GameControllerGetStringForButton</a></li>\r
 <li><a href="SDL_GameControllerMapping.html">SDL_GameControllerMapping</a></li>\r
diff --git a/SDL_GameControllerGetProduct.html b/SDL_GameControllerGetProduct.html
new file mode 100644 (file)
index 0000000..3363270
--- /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_GameControllerGetProduct</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_GameControllerGetProduct
+<hr>
+<h1>SDL_GameControllerGetProduct</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ÌUSB\83v\83\8d\83_\83N\83gID\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>Uint16 SDL_GameControllerGetProduct(SDL_GameController* gamecontroller)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GameControllerGetProduct">
+<tr><td>gamecontroller</td><td>\83v\83\8d\83_\83N\83gID\82ð\8b\81\82ß\82éSDL_GameController</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+USB\83v\83\8d\83_\83N\83gID\82ð\96ß\82·. \93¾\82ç\82ê\82È\82©\82Á\82½\82Æ\82«0\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+<p>
+\83v\83\8d\83_\83N\83gID\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_GameControllerGetProduct">SDL_GameControllerGetProduct - SDL Wiki</a>
+<hr>
+</body>
+</html>