| 3668 | } |
| 3669 | |
| 3670 | inline int32_t CVRPropertyHelpers::GetInt32Property( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError ) |
| 3671 | { |
| 3672 | return GetPropertyHelper<int32_t>( ulContainerHandle, prop, pError, 0, k_unInt32PropertyTag ); |
| 3673 | } |
| 3674 | |
| 3675 | inline uint64_t CVRPropertyHelpers::GetUint64Property( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError ) |
| 3676 | { |
nothing calls this directly
no outgoing calls
no test coverage detected