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

Method IsTrackedDeviceConnected

headers/openvr_api.cs:2328–2332  ·  view source on GitHub ↗
(uint unDeviceIndex)

Source from the content-addressed store, hash-verified

2326 return result;
2327 }
2328 public bool IsTrackedDeviceConnected(uint unDeviceIndex)
2329 {
2330 bool result = FnTable.IsTrackedDeviceConnected(unDeviceIndex);
2331 return result;
2332 }
2333 public bool GetBoolTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError)
2334 {
2335 bool result = FnTable.GetBoolTrackedDeviceProperty(unDeviceIndex,prop,ref pError);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected