tutrc_harurobo_lib
読み取り中…
検索中…
一致する文字列を見つけられません
tutrc_harurobo_lib::PS3 クラス

#include <ps3.hpp>

公開型

enum class  Axis { LEFT_X , LEFT_Y , RIGHT_X , RIGHT_Y }
 
enum class  Key {
  UP , DOWN , RIGHT , LEFT ,
  TRIANGLE , CROSS , CIRCLE , SQUARE = 8 ,
  L1 , L2 , R1 , R2 ,
  START , SELECT
}
 

公開メンバ関数

bool init (UART *uart)
 
void update ()
 
float get_axis (Axis axis)
 
bool get_key (Key key)
 
bool get_key_down (Key key)
 
bool get_key_up (Key key)
 

列挙型メンバ詳解

◆ Axis

enum class tutrc_harurobo_lib::PS3::Axis
strong
列挙値
LEFT_X 
LEFT_Y 
RIGHT_X 
RIGHT_Y 

◆ Key

enum class tutrc_harurobo_lib::PS3::Key
strong
列挙値
UP 
DOWN 
RIGHT 
LEFT 
TRIANGLE 
CROSS 
CIRCLE 
SQUARE 
L1 
L2 
R1 
R2 
START 
SELECT 

関数詳解

◆ get_axis()

float tutrc_harurobo_lib::PS3::get_axis ( Axis axis)
inline

◆ get_key()

bool tutrc_harurobo_lib::PS3::get_key ( Key key)
inline

◆ get_key_down()

bool tutrc_harurobo_lib::PS3::get_key_down ( Key key)
inline

◆ get_key_up()

bool tutrc_harurobo_lib::PS3::get_key_up ( Key key)
inline

◆ init()

bool tutrc_harurobo_lib::PS3::init ( UART * uart)
inline

◆ update()

void tutrc_harurobo_lib::PS3::update ( )
inline

このクラス詳解は次のファイルから抽出されました: