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

Method GetActionBindingInfo

headers/openvr_api.cs:4485–4490  ·  view source on GitHub ↗
(ulong action,InputBindingInfo_t [] pOriginInfo,uint unBindingInfoSize,ref uint punReturnedBindingInfoCount)

Source from the content-addressed store, hash-verified

4483 return result;
4484 }
4485 public EVRInputError GetActionBindingInfo(ulong action,InputBindingInfo_t [] pOriginInfo,uint unBindingInfoSize,ref uint punReturnedBindingInfoCount)
4486 {
4487 punReturnedBindingInfoCount = 0;
4488 EVRInputError result = FnTable.GetActionBindingInfo(action,pOriginInfo,unBindingInfoSize,(uint) pOriginInfo.Length,ref punReturnedBindingInfoCount);
4489 return result;
4490 }
4491 public EVRInputError ShowActionOrigins(ulong actionSetHandle,ulong ulActionHandle)
4492 {
4493 EVRInputError result = FnTable.ShowActionOrigins(actionSetHandle,ulActionHandle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected