OSDN Git Service

SDL_SensorGetDeviceInstanceID 新規追加 https://wiki.libsdl.org/SDL_SensorGetDeviceInstanceID
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Tue, 14 Jan 2020 15:14:58 +0000 (00:14 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Tue, 14 Jan 2020 15:14:58 +0000 (00:14 +0900)
CategoryAPI.html
CategorySensor.html
SDL_SensorGetDeviceInstanceID.html [new file with mode: 0644]

index 13c46d7..adc856d 100644 (file)
@@ -92,9 +92,6 @@
 <li><a href="SDL_PowerState.html">SDL_PowerState</a>
 <li><a href="SDL_RendererFlags.html">SDL_RendererFlags</a>
 <li><a href="SDL_RendererFlip.html">SDL_RendererFlip</a>
-<li><a href="SDL_SensorClose">SDL_SensorClose</a>
-<li><a href="SDL_SensorFromInstanceID.html">SDL_SensorFromInstanceID</a>
-<li><a href="SDL_SensorGetData.html">SDL_SensorGetData</a>
 <li><a href="SDL_SensorType.html">SDL_SensorType</a>
 <li><a href="SDL_SYSWM_TYPE.html">SDL_SYSWM_TYPE</a>
 <li><a href="SDL_Scancode.html">SDL_Scancode</a>
 <li><a href="SDL_SemValue.html">SDL_SemValue</a></li>
 <li><a href="SDL_SemWait.html">SDL_SemWait</a></li>
 <li><a href="SDL_SemWaitTimeout.html">SDL_SemWaitTimeout</a></li>
+<li><a href="SDL_SensorClose">SDL_SensorClose</a>
+<li><a href="SDL_SensorFromInstanceID.html">SDL_SensorFromInstanceID</a>
+<li><a href="SDL_SensorGetData.html">SDL_SensorGetData</a>
+<li><a href="SDL_SensorGetDeviceInstanceID.html">SDL_SensorGetDeviceInstanceID<a>
 <li><a href="SDL_SensorGetDeviceType">SDL_SensorGetDeviceType</a></li>
 <li><a href="SDL_SetAssertionHandler.html">SDL_SetAssertionHandler</a></li>
 <li><a href="SDL_SetClipRect.html">SDL_SetClipRect</a></li>
index ed5b6fb..92f9725 100644 (file)
@@ -24,7 +24,7 @@
 <li><a href="SDL_SensorClose.html">SDL_SensorClose</a>
 <li><a href="SDL_SensorFromInstanceID.html">SDL_SensorFromInstanceID</a>
 <li><a href="SDL_SensorGetData.html">SDL_SensorGetData</a>
-<li>SDL_SensorGetDeviceInstanceID
+<li><a href="SDL_SensorGetDeviceInstanceID.html">SDL_SensorGetDeviceInstanceID<a>
 <li>SDL_SensorGetDeviceName
 <li>SDL_SensorGetDeviceNonPortableType
 <li><a href="SDL_SensorGetDeviceType.html">SDL_SensorGetDeviceType</a>
diff --git a/SDL_SensorGetDeviceInstanceID.html b/SDL_SensorGetDeviceInstanceID.html
new file mode 100644 (file)
index 0000000..2706b14
--- /dev/null
@@ -0,0 +1,29 @@
+<!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="CategorySensor.html" title="1\82Â\8fã">
+<title>SDL_SensorGetDeviceInstanceID</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategorySensor.html">\83Z\83\93\83T\81[</a> - SDL_SensorGetDeviceInstanceID
+<hr>
+<h1>SDL_SensorGetDeviceInstanceID</h1>
+\83Z\83\93\83T\81[\82Ì\83C\83\93\83X\83^\83\93\83XID\82ð\93¾\82é.
+\82±\82Ì\8aÖ\90\94\82Í\83Z\83\93\83T\81[\82ð\8aJ\82­\91O\82É\8cÄ\82Ô\82±\82Æ\82ª\82Å\82«\82é.
+<h2>\8d\\95¶</h2>
+<code>SDL_SensorID SDL_SensorGetDeviceInstanceID(int device_index)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_SensorGetDeviceInstanceID">
+<tr><td>device_index</td><td>\83C\83\93\83X\83^\83\93\83XID\82ð\93¾\82é\83Z\83\93\83T\81[</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\83Z\83\93\83T\81[\82Ì\83C\83\93\83X\83^\83\93\83XID, device_index\82ª\94Í\88Í\8aO\82Ì\82Æ\82«\82Í-1\82ð\96ß\82·
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SensorGetDeviceInstanceID">SDL_SensorGetDeviceInstanceID - SDL Wiki</a>
+<hr>
+</body>
+</html>