OSDN Git Service

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

index 52a8289..bc9b668 100644 (file)
@@ -92,6 +92,7 @@
 <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_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_TextureAccess.html">SDL_TextureAccess</a>
index b4e8d38..f0f55f9 100644 (file)
@@ -15,6 +15,9 @@
 \83C\83\93\83N\83\8b\81[\83h\83t\83@\83C\83\8b: <a href="http://hg.libsdl.org/SDL/file/default/include/SDL_sensor.h">SDL_sensor.h</a>
 <h2>\8aT\97v</h2>
 <h2>\97ñ\8b\93\91Ì</h2>
+<ol>
+<li><a href="SDL_SensorType.html">SDL_SensorType</a>
+</ol>
 <h2>\8aÖ\90\94</h2>
 <ol>
 <li>SDL_NumSensors
index 6b7dc7e..81778fc 100644 (file)
@@ -19,7 +19,7 @@
 <tr><td>device_index</td><td>\8eí\97Þ\82ð\93¾\82é\83Z\83\93\83T\81[\82Ì\94Ô\8d\86</td></tr>
 </table>
 <h2>\96ß\82è\92l</h2>
-SDL_SensorType\8c^\82Ì\83Z\83\93\83T\81[\82Ì\8eí\97Þ. device_index\82ª\94Í\88Í\8aO\82Ì\82Æ\82«\82ÍSDL_SENSOR_INVALID\82ð\96ß\82·.
+<a href="SDL_SensorType.html">SDL_SensorType</a>\8c^\82Ì\83Z\83\93\83T\81[\82Ì\8eí\97Þ. device_index\82ª\94Í\88Í\8aO\82Ì\82Æ\82«\82ÍSDL_SENSOR_INVALID\82ð\96ß\82·.
 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
 <a href="https://wiki.libsdl.org/SDL_SensorGetDeviceType">SDL_SensorGetDeviceType - SDL Wiki</a>
 <hr>
diff --git a/SDL_SensorType.html b/SDL_SensorType.html
new file mode 100644 (file)
index 0000000..e63d9f4
--- /dev/null
@@ -0,0 +1,30 @@
+<!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_SensorType</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_SensorType
+<hr>
+<h1>SDL_SensorType</h1>
+SDL\82Å\92è\8b`\82³\82ê\82½\83Z\83\93\83T\81[\82Ì\8eí\97Þ.
+\82±\82ê\88È\8aO\82Ì\83Z\83\93\83T\81[\82ð\92Ç\89Á\82·\82é\8fê\8d\87\82Í, \8aÂ\8b«\82É\88Ë\91\82·\82é\95û\96@\82ª\95K\97v\82É\82È\82é.
+<h2>\92l</h2>
+<table border="1" summary="SDL_SensorType">
+<tr><td>SDL_SENSOR_INVALID</td><td>\97\98\97p\82Å\82«\82È\82¢\83Z\83\93\83T\81[</td></tr>
+<tr><td>SDL_SENSOR_UNKNOWN</td><td>\95s\96¾\82È\8eí\97Þ\82Ì\83Z\83\93\83T\81[</td></tr>
+<tr><td>SDL_SENSOR_ACCEL</td><td>\89Á\91¬\93x\83Z\83\93\83T\81[</td></tr>
+<tr><td>SDL_SENSOR_GYRO</td><td>\83W\83\83\83C\83\8d(\8ap\91¬\93x)\83Z\83\93\83T\81[</td></tr>
+</table>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_SensorGetDeviceType.html">SDL_SensorGetDeviceType</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SensorType">SDL_SensorType - SDL Wiki</a><br>
+<hr>
+</body>
+</html>