OSDN Git Service

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

index bc9b668..32c5f84 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_SensorClose">SDL_SensorClose</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>
index f0f55f9..1e105f0 100644 (file)
@@ -21,7 +21,7 @@
 <h2>\8aÖ\90\94</h2>
 <ol>
 <li>SDL_NumSensors
-<li>SDL_SensorClose
+<li><a href="SDL_SensorClose.html">SDL_SensorClose</a>
 <li>SDL_SensorFromInstanceID
 <li>SDL_SensorGetData
 <li>SDL_SensorGetDeviceInstanceID
diff --git a/SDL_SensorClose.html b/SDL_SensorClose.html
new file mode 100644 (file)
index 0000000..df27f85
--- /dev/null
@@ -0,0 +1,26 @@
+<!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_SensorClose</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_SensorClose
+<hr>
+<h1>SDL_SensorClose</h1>
+SDL_SensorOpen\82Å\8aJ\82¢\82½\83Z\83\93\83T\81[\82ð\95Â\82\82é
+<h2>\8d\\95¶</h2>
+<code>void SDL_SensorClose(SDL_Sensor *sensor)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_SensorClose">
+<tr><td>sensor</td><td>\95Â\82\82éSDL_Sensor\83I\83u\83W\83F\83N\83g</td></tr>
+</table>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SensorClose">SDL_SensorClose - SDL Wiki</a>
+<hr>
+</body>
+</html>