OSDN Git Service

SDL_JoystickGetDeviceInstanceID 新規追加 https://wiki.libsdl.org/SDL_JoystickGetDeviceIns...
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sat, 9 Oct 2021 16:37:00 +0000 (01:37 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sat, 9 Oct 2021 16:37:00 +0000 (01:37 +0900)
CategoryAPI.html
CategoryJoystick.html
SDL_JoystickGetDeviceInstanceID.html [new file with mode: 0644]
WhatsNew.html

index f0777eb..ce61c1f 100644 (file)
 <li><a href="SDL_JoystickGetBall.html">SDL_JoystickGetBall</a></li>
 <li><a href="SDL_JoystickGetButton.html">SDL_JoystickGetButton</a></li>
 <li><a href="SDL_JoystickGetDeviceGUID.html">SDL_JoystickGetDeviceGUID</a></li>
+<li><a href="SDL_JoystickGetDeviceInstanceID.html">SDL_JoystickGetDeviceInstanceID</a></li>
 <li><a href="SDL_JoystickGetGUID.html">SDL_JoystickGetGUID</a></li>
 <li><a href="SDL_JoystickGetGUIDFromString.html">SDL_JoystickGetGUIDFromString</a></li>
 <li><a href="SDL_JoystickGetGUIDString.html">SDL_JoystickGetGUIDString</a></li>
index 79bfc13..33fedcb 100644 (file)
@@ -33,6 +33,7 @@
 <li><a href="SDL_JoystickGetBall.html">SDL_JoystickGetBall</a></li>\r
 <li><a href="SDL_JoystickGetButton.html">SDL_JoystickGetButton</a></li>\r
 <li><a href="SDL_JoystickGetDeviceGUID.html">SDL_JoystickGetDeviceGUID</a></li>\r
+<li><a href="SDL_JoystickGetDeviceInstanceID.html">SDL_JoystickGetDeviceInstanceID</a></li>\r
 <li><a href="SDL_JoystickGetGUID.html">SDL_JoystickGetGUID</a></li>\r
 <li><a href="SDL_JoystickGetGUIDFromString.html">SDL_JoystickGetGUIDFromString</a></li>\r
 <li><a href="SDL_JoystickGetGUIDString.html">SDL_JoystickGetGUIDString</a></li>\r
diff --git a/SDL_JoystickGetDeviceInstanceID.html b/SDL_JoystickGetDeviceInstanceID.html
new file mode 100644 (file)
index 0000000..ed41b93
--- /dev/null
@@ -0,0 +1,33 @@
+<!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="CategoryJoystick.html" title="1\82Â\8fã">
+<title>SDL_JoystickGetDeviceInstanceID</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryJoystick.html">\83W\83\87\83C\83X\83e\83B\83b\83N</a> - SDL_JoystickGetDeviceInstanceID
+<hr>
+<h1>SDL_JoystickGetDeviceInstanceID</h1>
+\83W\83\87\83C\83X\83e\83B\83b\83N\82Ì\83C\83\93\83X\83^\83\93\83XID\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_JoystickID SDL_JoystickGetDeviceInstanceID(int device_index)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_JoystickGetDeviceInstanceID">
+<tr><td>player_index</td><td>\83W\83\87\83C\83X\83e\83B\83b\83N\82Ì\94Ô\8d\86 (\83V\83X\83e\83\80\82Ìn\94Ô\96Ú\82Ì\83W\83\87\83C\83X\83e\83B\83b\83N)</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\91I\91ð\82³\82ê\82½\83W\83\87\83C\83X\83e\83B\83b\83N\82Ì\83C\83\93\83X\83^\83\93\83XID\82ð\96ß\82·. \95s\90³\82È\94Ô\8d\86\82Ì\82Æ\82«0\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+<p>
+\83W\83\87\83C\83X\83e\83B\83b\83N\82ð\83I\81[\83v\83\93\82·\82é\91O\82É\82±\82Ì\8aÖ\90\94\82ð\8cÄ\82Ô\82±\82Æ\82ª\82Å\82«\82é.
+\94Ô\8d\86\82ª\94Í\88Í\8aO\82Ì\82Æ\82«, \82±\82Ì\8aÖ\90\94\82Í-1\82ð\96ß\82·.
+</p>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_JoystickGetDeviceInstanceID">SDL_JoystickGetDeviceInstanceID - SDL Wiki</a>
+<hr>
+</body>
+</html>
index 698c27d..d80d60b 100644 (file)
@@ -357,7 +357,7 @@ test/testvulkan.c
 <li>SDL_JoystickGetDeviceProduct()
 <li>SDL_JoystickGetDeviceProductVersion()
 <li>SDL_JoystickGetDeviceType()
-<li>SDL_JoystickGetDeviceInstanceID()
+<li><a href="SDL_JoystickGetDeviceInstanceID.html">SDL_JoystickGetDeviceInstanceID()</a>
 </ul>
 <li>\8aJ\82©\82ê\82½\83W\83\87\83C\83X\83e\83B\83b\83N\82Ì\8fî\95ñ\82ð\96ß\82·\8aÖ\90\94\82Ì\92Ç\89Á:
 <ul style="list-style:none;">