OSDN Git Service

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

index cf612f4..c68246b 100644 (file)
 <li><a href="SDL_SensorGetDeviceType.html">SDL_SensorGetDeviceType</a></li>
 <li><a href="SDL_SensorGetInstanceID.html">SDL_SensorGetInstanceID</a></li>
 <li><a href="SDL_SensorGetName.html">SDL_SensorGetName</a></li>
+<li><a href="SDL_SensorGetNonPortableType.html">SDL_SensorGetNonPortableType</a></li>
 <li><a href="SDL_SetAssertionHandler.html">SDL_SetAssertionHandler</a></li>
 <li><a href="SDL_SetClipRect.html">SDL_SetClipRect</a></li>
 <li><a href="SDL_SetClipboardText.html">SDL_SetClipboardText</a></li>
index 9922c02..12cf7a4 100644 (file)
@@ -30,7 +30,7 @@
 <li><a href="SDL_SensorGetDeviceType.html">SDL_SensorGetDeviceType</a>
 <li><a href="SDL_SensorGetInstanceID.html">SDL_SensorGetInstanceID</a>
 <li><a href="SDL_SensorGetName.html">SDL_SensorGetName</a>
-<li>SDL_SensorGetNonPortableType
+<li><a href="SDL_SensorGetNonPortableType.html">SDL_SensorGetNonPortableType</a>
 <li>SDL_SensorGetType
 <li>SDL_SensorOpen
 <li>SDL_SensorType
diff --git a/SDL_SensorGetNonPortableType.html b/SDL_SensorGetNonPortableType.html
new file mode 100644 (file)
index 0000000..8d53952
--- /dev/null
@@ -0,0 +1,28 @@
+<!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_SensorGetNonPortableType</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_SensorGetNonPortableType
+<hr>
+<h1>SDL_SensorGetNonPortableType</h1>
+\83Z\83\93\83T\81[\82Ì\8aÂ\8b«\82É\88Ë\91\82µ\82½\8eí\97Þ\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>int SDL_SensorGetNonPortableType(SDL_Sensor *sensor)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_SensorGetNonPortableType">
+<tr><td>sensor</td><td>\92²\8d¸\82·\82éSDL_Sensor\83I\83u\83W\83F\83N\83g</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\8aÂ\8b«\82É\88Ë\91\82µ\82½\83Z\83\93\83T\81[\82Ì\8eí\97Þ. sensor\82ªNULL\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_SensorGetNonPortableType">SDL_SensorGetNonPortableType - SDL Wiki</a>
+<hr>
+</body>
+</html>