SDL2.0の日本語リファレンスマニュアル
Revision | 6b1d05beb20eff1d65e82af7fd7e627608d71c74 (tree) |
---|---|
Time | 2020-01-15 00:55:51 |
Author | ![]() |
Commiter | maruhiro |
SDL_SensorUpdate 新規追加 https://wiki.libsdl.org/SDL_SensorUpdate
@@ -607,6 +607,7 @@ | ||
607 | 607 | <li><a href="SDL_SensorGetNonPortableType.html">SDL_SensorGetNonPortableType</a></li> |
608 | 608 | <li><a href="SDL_SensorGetType.html">SDL_SensorGetType</a></li> |
609 | 609 | <li><a href="SDL_SensorOpen.html">SDL_SensorOpen</a></li> |
610 | +<li><a href="SDL_SensorUpdate.html">SDL_SensorUpdate</a></li> | |
610 | 611 | <li><a href="SDL_SetAssertionHandler.html">SDL_SetAssertionHandler</a></li> |
611 | 612 | <li><a href="SDL_SetClipRect.html">SDL_SetClipRect</a></li> |
612 | 613 | <li><a href="SDL_SetClipboardText.html">SDL_SetClipboardText</a></li> |
@@ -33,8 +33,7 @@ | ||
33 | 33 | <li><a href="SDL_SensorGetNonPortableType.html">SDL_SensorGetNonPortableType</a> |
34 | 34 | <li><a href="SDL_SensorGetType.html">SDL_SensorGetType</a> |
35 | 35 | <li><a href="SDL_SensorOpen.html">SDL_SensorOpen</a> |
36 | -<li>SDL_SensorType | |
37 | -<li>SDL_SensorUpdate | |
36 | +<li><a href="SDL_SensorUpdate.html">SDL_SensorUpdate</a> | |
38 | 37 | </ol> |
39 | 38 | <h2>SDL Wikiへのリンク</h2> |
40 | 39 | <a href="https://wiki.libsdl.org/CategorySensor">Sensor Support - SDL Wiki</a> |
@@ -0,0 +1,24 @@ | ||
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_SensorUpdate</title> | |
10 | +</head> | |
11 | +<body> | |
12 | +<a href="index.html">目次</a> - <a href="ApiByCategory.html">API(機能別)</a> - <a href="CategorySensor.html">センサー</a> - SDL_SensorUpdate | |
13 | +<hr> | |
14 | +<h1>SDL_SensorUpdate</h1> | |
15 | +開いたセンサーの現在の状態を更新する. | |
16 | +この関数はセンサーイベントが有効ならばイベントループで自動的に呼ばれる. | |
17 | +この関数はセンサーサブシステムを初期化したスレッドで呼ぶ必要がある. | |
18 | +<h2>構文</h2> | |
19 | +<code>void SDL_SensorUpdate(void</code> | |
20 | +<h2>SDL Wikiへのリンク</h2> | |
21 | +<a href="https://wiki.libsdl.org/SDL_SensorUpdate">SDL_SensorUpdate - SDL Wiki</a> | |
22 | +<hr> | |
23 | +</body> | |
24 | +</html> |