PS5コントローラーのボタン情報 [詳解]
#include <Udon/Com/Message/PadPS5.hpp>
公開メンバ関数 | |
| void | clear () |
| UDON_ENUMERABLE (isConnected, triangle, circle, cross, square, up, right, down, left, l1, r1, l2, r2, l3, r3, create, option, touch, mic, ps, analogRightX, analogRightY, analogLeftX, analogLeftY) | |
公開変数類 | |
| bool | isConnected |
| bool | triangle |
| bool | circle |
| bool | cross |
| bool | square |
| bool | up |
| bool | right |
| bool | down |
| bool | left |
| bool | l1 |
| bool | r1 |
| bool | l2 |
| bool | r2 |
| bool | l3 |
| bool | r3 |
| bool | create |
| bool | option |
| bool | touch |
| bool | mic |
| bool | ps |
| int8_t | analogRightX |
| int8_t | analogRightY |
| int8_t | analogLeftX |
| int8_t | analogLeftY |
PS5コントローラーのボタン情報
|
inline |
| Udon::Message::PadPS5::UDON_ENUMERABLE | ( | isConnected | , |
| triangle | , | ||
| circle | , | ||
| cross | , | ||
| square | , | ||
| up | , | ||
| right | , | ||
| down | , | ||
| left | , | ||
| l1 | , | ||
| r1 | , | ||
| l2 | , | ||
| r2 | , | ||
| l3 | , | ||
| r3 | , | ||
| create | , | ||
| option | , | ||
| touch | , | ||
| mic | , | ||
| ps | , | ||
| analogRightX | , | ||
| analogRightY | , | ||
| analogLeftX | , | ||
| analogLeftY | ) |
| int8_t Udon::Message::PadPS5::analogLeftX |
| int8_t Udon::Message::PadPS5::analogLeftY |
| int8_t Udon::Message::PadPS5::analogRightX |
| int8_t Udon::Message::PadPS5::analogRightY |
| bool Udon::Message::PadPS5::circle |
| bool Udon::Message::PadPS5::create |
| bool Udon::Message::PadPS5::cross |
| bool Udon::Message::PadPS5::down |
| bool Udon::Message::PadPS5::isConnected |
| bool Udon::Message::PadPS5::l1 |
| bool Udon::Message::PadPS5::l2 |
| bool Udon::Message::PadPS5::l3 |
| bool Udon::Message::PadPS5::left |
| bool Udon::Message::PadPS5::mic |
| bool Udon::Message::PadPS5::option |
| bool Udon::Message::PadPS5::ps |
| bool Udon::Message::PadPS5::r1 |
| bool Udon::Message::PadPS5::r2 |
| bool Udon::Message::PadPS5::r3 |
| bool Udon::Message::PadPS5::right |
| bool Udon::Message::PadPS5::square |
| bool Udon::Message::PadPS5::touch |
| bool Udon::Message::PadPS5::triangle |
| bool Udon::Message::PadPS5::up |