| 3663 | } |
| 3664 | |
| 3665 | inline double CVRPropertyHelpers::GetDoubleProperty( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError ) |
| 3666 | { |
| 3667 | return GetPropertyHelper<double>( ulContainerHandle, prop, pError, 0., k_unDoublePropertyTag ); |
| 3668 | } |
| 3669 | |
| 3670 | inline int32_t CVRPropertyHelpers::GetInt32Property( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError ) |
| 3671 | { |
nothing calls this directly
no outgoing calls
no test coverage detected