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

Method GetBoolProperty

headers/openvr_driver.h:3655–3658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3653
3654
3655inline bool CVRPropertyHelpers::GetBoolProperty( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError )
3656{
3657 return GetPropertyHelper<bool>( ulContainerHandle, prop, pError, false, k_unBoolPropertyTag );
3658}
3659
3660inline float CVRPropertyHelpers::GetFloatProperty( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError )
3661{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected