#include <Button.h>
◆ Button()
| spikeapi::Button::Button |
( |
void | | ) |
|
|
default |
コンストラクタ
- Parameters
-
- Returns
- -
◆ hasError()
| bool spikeapi::Button::hasError |
( |
| ) |
|
|
inline |
インスタンス生成が正常にできたかどうかを確認するための共通メソッド Buttonでは複数生成が問題ないので、常にfalseを返す
◆ isBluetoothPressed()
| bool Button::isBluetoothPressed |
( |
void | | ) |
|
BRUETOOTHボタンが押されているかを確認する
- Parameters
-
- Returns
- -
◆ isCenterPressed()
| bool Button::isCenterPressed |
( |
void | | ) |
|
CENTERボタンが押されているかを確認する
- Parameters
-
- Returns
- -
◆ isLeftPressed()
| bool Button::isLeftPressed |
( |
void | | ) |
|
LEFTボタンが押されているかを確認する
- Parameters
-
- Returns
- -
◆ isRightPressed()
| bool Button::isRightPressed |
( |
void | | ) |
|
RIGHTボタンが押されているかを確認する
- Parameters
-
- Returns
- -
The documentation for this class was generated from the following files:
- libcpp-spike/include/Button.h
- libcpp-spike/src/Button.cpp