MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetDoubleProperty

Method GetDoubleProperty

headers/openvr_driver.h:3665–3668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3663}
3664
3665inline double CVRPropertyHelpers::GetDoubleProperty( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError )
3666{
3667 return GetPropertyHelper<double>( ulContainerHandle, prop, pError, 0., k_unDoublePropertyTag );
3668}
3669
3670inline int32_t CVRPropertyHelpers::GetInt32Property( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError )
3671{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected