• R/O
  • HTTP
  • SSH
  • HTTPS

sdl2referencejp: Commit

SDL2.0の日本語リファレンスマニュアル


Commit MetaInfo

Revision7f69e62c64352062597d2e34700459f48ff77b89 (tree)
Zeit2020-01-15 00:31:22
Autormaruhiro <maruhiro@brid...>
Commitermaruhiro

Log Message

SDL_SensorGetInstanceID 新規追加 https://wiki.libsdl.org/SDL_SensorGetInstanceID

Ändern Zusammenfassung

Diff

--- a/CategoryAPI.html
+++ b/CategoryAPI.html
@@ -602,6 +602,7 @@
602602 <li><a href="SDL_SensorGetDeviceName.html">SDL_SensorGetDeviceName</a>
603603 <li><a href="SDL_SensorGetDeviceNonPortableType.html">SDL_SensorGetDeviceNonPortableType</a>
604604 <li><a href="SDL_SensorGetDeviceType.html">SDL_SensorGetDeviceType</a></li>
605+<li><a href="SDL_SensorGetInstanceID.html">SDL_SensorGetInstanceID</a>
605606 <li><a href="SDL_SetAssertionHandler.html">SDL_SetAssertionHandler</a></li>
606607 <li><a href="SDL_SetClipRect.html">SDL_SetClipRect</a></li>
607608 <li><a href="SDL_SetClipboardText.html">SDL_SetClipboardText</a></li>
--- a/CategorySensor.html
+++ b/CategorySensor.html
@@ -28,7 +28,7 @@
2828 <li><a href="SDL_SensorGetDeviceName.html">SDL_SensorGetDeviceName</a>
2929 <li><a href="SDL_SensorGetDeviceNonPortableType.html">SDL_SensorGetDeviceNonPortableType</a>
3030 <li><a href="SDL_SensorGetDeviceType.html">SDL_SensorGetDeviceType</a>
31-<li>SDL_SensorGetInstanceID
31+<li><a href="SDL_SensorGetInstanceID.html">SDL_SensorGetInstanceID</a>
3232 <li>SDL_SensorGetName
3333 <li>SDL_SensorGetNonPortableType
3434 <li>SDL_SensorGetType
--- /dev/null
+++ b/SDL_SensorGetInstanceID.html
@@ -0,0 +1,28 @@
1+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+<html lang="ja-JP">
3+<head>
4+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5+<meta http-equiv="Content-Style-Type" content="text/css">
6+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7+<link rel="top" href="index.html" title="ホーム">
8+<link rel="parent" href="CategorySensor.html" title="1つ上">
9+<title>SDL_SensorGetInstanceID</title>
10+</head>
11+<body>
12+<a href="index.html">目次</a> - <a href="ApiByCategory.html">API(機能別)</a> - <a href="CategorySensor.html">センサー</a> - SDL_SensorGetInstanceID
13+<hr>
14+<h1>SDL_SensorGetInstanceID</h1>
15+センサーのインスタンスIDを得る
16+<h2>構文</h2>
17+<code>SDL_SensorID SDL_SensorGetInstanceID(SDL_Sensor *sensor)</code>
18+<h2>引数</h2>
19+<table border="1" summary="SDL_SensorGetInstanceID">
20+<tr><td>sensor</td><td>調査するSDL_Sensorオブジェクト</td></tr>
21+</table>
22+<h2>戻り値</h2>
23+センサーのインスタンスID, sensorがNULLのとき-1を戻す.
24+<h2>SDL Wikiへのリンク</h2>
25+<a href="https://wiki.libsdl.org/SDL_SensorGetInstanceID">SDL_SensorGetInstanceID - SDL Wiki</a>
26+<hr>
27+</body>
28+</html>
Show on old repository browser