Pico Native XR SDK
|
#include <PxrInput.h>
Data Fields | |
union { | |
int int_value | |
float float_value | |
}; | |
bool | up |
bool | down |
bool | shortpress |
bool | longpress |
union { ... } @1 |
bool down |
float float_value |
int int_value |
bool longpress |
bool shortpress |
bool up |