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

Method GetBindingVariant

headers/openvr_api.cs:4522–4526  ·  view source on GitHub ↗
(ulong ulDevicePath,System.Text.StringBuilder pchVariantArray,uint unVariantArraySize)

Source from the content-addressed store, hash-verified

4520 return result;
4521 }
4522 public EVRInputError GetBindingVariant(ulong ulDevicePath,System.Text.StringBuilder pchVariantArray,uint unVariantArraySize)
4523 {
4524 EVRInputError result = FnTable.GetBindingVariant(ulDevicePath,pchVariantArray,unVariantArraySize);
4525 return result;
4526 }
4527}
4528
4529

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected