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

Method GetPoseActionDataRelativeToNow

headers/openvr_api.cs:4383–4387  ·  view source on GitHub ↗
(ulong action,ETrackingUniverseOrigin eOrigin,float fPredictedSecondsFromNow,ref InputPoseActionData_t pActionData,uint unActionDataSize,ulong ulRestrictToDevice)

Source from the content-addressed store, hash-verified

4381 return result;
4382 }
4383 public EVRInputError GetPoseActionDataRelativeToNow(ulong action,ETrackingUniverseOrigin eOrigin,float fPredictedSecondsFromNow,ref InputPoseActionData_t pActionData,uint unActionDataSize,ulong ulRestrictToDevice)
4384 {
4385 EVRInputError result = FnTable.GetPoseActionDataRelativeToNow(action,eOrigin,fPredictedSecondsFromNow,ref pActionData,unActionDataSize,ulRestrictToDevice);
4386 return result;
4387 }
4388 public EVRInputError GetPoseActionDataForNextFrame(ulong action,ETrackingUniverseOrigin eOrigin,ref InputPoseActionData_t pActionData,uint unActionDataSize,ulong ulRestrictToDevice)
4389 {
4390 EVRInputError result = FnTable.GetPoseActionDataForNextFrame(action,eOrigin,ref pActionData,unActionDataSize,ulRestrictToDevice);

Callers 1

HandleInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected