EV3RT C API Reference [Japanese]
An RTOS-based development platform for LEGO Mindstorms EV3.
全て
データ構造
関数
変数
列挙型
列挙値
グループ
ev3api_button.h
1
30
#pragma once
31
39
typedef
enum
{
40
LEFT_BUTTON
= 0,
41
RIGHT_BUTTON
= 1,
42
UP_BUTTON
= 2,
43
DOWN_BUTTON
= 3,
44
ENTER_BUTTON
= 4,
45
BACK_BUTTON
= 5,
46
TNUM_BUTTON
= 6,
47
}
button_t
;
48
64
bool_t
ev3_button_is_pressed
(
button_t
button);
65
86
ER
ev3_button_set_on_clicked
(
button_t
button, ISR handler, intptr_t exinf);
87
88
DOWN_BUTTON
下ボタン
Definition:
ev3api_button.h:43
button_t
button_t
ボタンを表す番号
Definition:
ev3api_button.h:39
UP_BUTTON
上ボタン
Definition:
ev3api_button.h:42
RIGHT_BUTTON
右ボタン
Definition:
ev3api_button.h:41
ev3_button_set_on_clicked
ER ev3_button_set_on_clicked(button_t button, ISR handler, intptr_t exinf)
指定したボタンのクリックイベントハンドラを設定する.
Definition:
ev3api_brick.c:23
TNUM_BUTTON
ボタンの数
Definition:
ev3api_button.h:46
BACK_BUTTON
戻るボタン
Definition:
ev3api_button.h:45
ENTER_BUTTON
中央ボタン
Definition:
ev3api_button.h:44
LEFT_BUTTON
左ボタン
Definition:
ev3api_button.h:40
ev3_button_is_pressed
bool_t ev3_button_is_pressed(button_t button)
ボタンの押下状態を取得する.
Definition:
ev3api_brick.c:39
src
ev3api_button.h
2017年04月22日(土) 22時51分29秒作成 - EV3RT C API Reference [Japanese] / 構成:
1.8.6