|
XrActionSet | actionSet { XR_NULL_HANDLE } |
|
std::vector< XrAction > | buttonAction |
|
std::vector< XrAction > | touchAction |
|
std::vector< XrAction > | analogAction |
|
std::vector< std::vector< bool > > | buttonStates |
|
std::vector< std::vector< bool > > | touchStates |
|
std::vector< std::vector< float > > | analogStates |
|
XrAction | poseAction { XR_NULL_HANDLE } |
|
XrAction | vibrateAction { XR_NULL_HANDLE } |
|
std::array< XrPath, MAX_VR_CONTROLLERS > | handSubactionPath |
|
std::array< XrSpace, MAX_VR_CONTROLLERS > | handSpace |
|
std::array< float, MAX_VR_CONTROLLERS > | handScale = { {1.0f, 1.0f} } |
|
std::array< XrBool32, MAX_VR_CONTROLLERS > | handActive |
|
std::array< bool, MAX_VR_CONTROLLERS > | handVisible |
|
std::array< Vector3, MAX_VR_CONTROLLERS > | handPos |
|
std::array< Quaternion, MAX_VR_CONTROLLERS > | handQuat |
|
std::array< Vector3, MAX_VR_CONTROLLERS > | handVelocity |
|
std::array< Vector3, MAX_VR_CONTROLLERS > | handAngularVelocity |
|
Definition at line 139 of file sOpenXR.h.
◆ actionSet
XrActionSet InputState::actionSet { XR_NULL_HANDLE } |
◆ analogAction
std::vector<XrAction> InputState::analogAction |
◆ analogStates
std::vector<std::vector<float> > InputState::analogStates |
◆ buttonAction
std::vector<XrAction> InputState::buttonAction |
◆ buttonStates
std::vector<std::vector<bool> > InputState::buttonStates |
◆ handActive
std::array<XrBool32, MAX_VR_CONTROLLERS> InputState::handActive |
◆ handAngularVelocity
std::array<Vector3, MAX_VR_CONTROLLERS> InputState::handAngularVelocity |
◆ handPos
std::array<Vector3, MAX_VR_CONTROLLERS> InputState::handPos |
◆ handQuat
std::array<Quaternion, MAX_VR_CONTROLLERS> InputState::handQuat |
◆ handScale
std::array<float, MAX_VR_CONTROLLERS> InputState::handScale = { {1.0f, 1.0f} } |
◆ handSpace
std::array<XrSpace, MAX_VR_CONTROLLERS> InputState::handSpace |
◆ handSubactionPath
std::array<XrPath, MAX_VR_CONTROLLERS> InputState::handSubactionPath |
◆ handVelocity
std::array<Vector3, MAX_VR_CONTROLLERS> InputState::handVelocity |
◆ handVisible
std::array<bool, MAX_VR_CONTROLLERS> InputState::handVisible |
◆ poseAction
XrAction InputState::poseAction { XR_NULL_HANDLE } |
◆ touchAction
std::vector<XrAction> InputState::touchAction |
◆ touchStates
std::vector<std::vector<bool> > InputState::touchStates |
◆ vibrateAction
XrAction InputState::vibrateAction { XR_NULL_HANDLE } |
The documentation for this struct was generated from the following file: