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

Method GetSkeletalActionData

headers/openvr_api.cs:4393–4397  ·  view source on GitHub ↗
(ulong action,ref InputSkeletalActionData_t pActionData,uint unActionDataSize)

Source from the content-addressed store, hash-verified

4391 return result;
4392 }
4393 public EVRInputError GetSkeletalActionData(ulong action,ref InputSkeletalActionData_t pActionData,uint unActionDataSize)
4394 {
4395 EVRInputError result = FnTable.GetSkeletalActionData(action,ref pActionData,unActionDataSize);
4396 return result;
4397 }
4398 public EVRInputError GetDominantHand(ref ETrackedControllerRole peDominantHand)
4399 {
4400 EVRInputError result = FnTable.GetDominantHand(ref peDominantHand);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected