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

Method GetInt32Property

headers/openvr_driver.h:3670–3673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3668}
3669
3670inline 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
3675inline uint64_t CVRPropertyHelpers::GetUint64Property( PropertyContainerHandle_t ulContainerHandle, ETrackedDeviceProperty prop, ETrackedPropertyError *pError )
3676{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected