OSDN Git Service

SDL_JoystickGetSerial 新規追加 https://wiki.libsdl.org/SDL_JoystickGetSerial
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 10 Oct 2021 12:48:05 +0000 (21:48 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 10 Oct 2021 12:48:05 +0000 (21:48 +0900)
CategoryAPI.html
CategoryJoystick.html
SDL_JoystickGetSerial.html [new file with mode: 0644]
WhatsNew.html

index 498a042..3cece15 100644 (file)
 <li><a href="SDL_JoystickGetPlayerIndex.html">SDL_JoystickGetPlayerIndex</a></li>
 <li><a href="SDL_JoystickGetProduct.html">SDL_JoystickGetProduct</a></li>
 <li><a href="SDL_JoystickGetProductVersion.html">SDL_JoystickGetProductVersion</a></li>
+<li><a href="SDL_JoystickGetSerial.html">SDL_JoystickGetSerial</a></li>
 <li><a href="SDL_JoystickInstanceID.html">SDL_JoystickInstanceID</a></li>
 <li><a href="SDL_JoystickIsHaptic.html">SDL_JoystickIsHaptic</a></li>
 <li><a href="SDL_JoystickName.html">SDL_JoystickName</a></li>
index ba0a7f9..a0f14f6 100644 (file)
@@ -47,6 +47,7 @@
 <li><a href="SDL_JoystickGetPlayerIndex.html">SDL_JoystickGetPlayerIndex</a></li>\r
 <li><a href="SDL_JoystickGetProduct.html">SDL_JoystickGetProduct</a></li>\r
 <li><a href="SDL_JoystickGetProductVersion.html">SDL_JoystickGetProductVersion</a></li>\r
+<li><a href="SDL_JoystickGetSerial.html">SDL_JoystickGetSerial</a></li>\r
 <li><a href="SDL_JoystickInstanceID.html">SDL_JoystickInstanceID</a></li>\r
 <li><a href="SDL_JoystickName.html">SDL_JoystickName</a></li>\r
 <li><a href="SDL_JoystickNameForIndex.html">SDL_JoystickNameForIndex</a></li>\r
diff --git a/SDL_JoystickGetSerial.html b/SDL_JoystickGetSerial.html
new file mode 100644 (file)
index 0000000..7a252c6
--- /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_JoystickGetSerial</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_JoystickGetSerial
+<hr>
+<h1>SDL_JoystickGetSerial</h1>
+\89Â\94\\82È\82ç\82Î\83I\81[\83v\83\93\82³\82ê\82½\83W\83\87\83C\83X\83e\83B\83b\83N\82Ì\83V\83\8a\83A\83\8b\94Ô\8d\86\82ð\93¾\82é 
+<h2>\8d\\95¶</h2>
+<code>const char* SDL_JoystickGetSerial(SDL_Joystick* joystick)</code>
+</table>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_JoystickGetSerial">
+<tr><td>joystick</td><td><a href="SDL_JoystickOpen.html">SDL_JoystickOpen()</a>\82ª\96ß\82µ\82½SDL_Joystick</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\91I\91ð\82µ\82½\83W\83\87\83C\83X\83e\83B\83b\83N\82Ì\83V\83\8a\83A\83\8b\94Ô\8d\86\82ð\96ß\82·. \93¾\82ç\82ê\82È\82©\82Á\82½\82Æ\82«NULL\82ð\96ß\82·. 
+<h2>\8fÚ\8d×</h2>
+<p>
+\83V\83\8a\83A\83\8b\94Ô\8d\86\82ð\93¾\82ç\82ê\82È\82©\82Á\82½\82Æ\82«, \82±\82Ì\8aÖ\90\94\82ÍNULL\82ð\96ß\82·. 
+</p>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_JoystickGetSerial">SDL_JoystickGetSerial - SDL Wiki</a>
+<hr>
+</body>
+</html>
index 8129632..8944556 100644 (file)
@@ -79,7 +79,7 @@
 <li>PS5\83R\83\93\83g\83\8d\81[\83\89\97pHIDAPI\82ð\8eg\97p\82·\82é\82©\94Û\82©\82ð\91I\91ð\82·\82éSDL_HINT_JOYSTICK_HIDAPI_PS5\83q\83\93\83g\82Ì\92Ç\89Á
 <li>\90V\82½\82È\8fî\95ñ\82ð\8al\93¾\82·\82é\82½\82ß\82Ì\83W\83\87\83C\83X\83e\83B\83b\83N\8aÖ\90\94\82Ì\92Ç\89Á:
 <ul>
-<li>SDL_JoystickGetSerial()
+<li><a href="SDL_JoystickGetSerial.html">SDL_JoystickGetSerial()</a>
 <li>SDL_JoystickRumbleTriggers()
 <li>SDL_JoystickHasLED()
 <li>SDL_JoystickSetLED()