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

Method GetDominantHand

headers/openvr_api.cs:4398–4402  ·  view source on GitHub ↗
(ref ETrackedControllerRole peDominantHand)

Source from the content-addressed store, hash-verified

4396 return result;
4397 }
4398 public EVRInputError GetDominantHand(ref ETrackedControllerRole peDominantHand)
4399 {
4400 EVRInputError result = FnTable.GetDominantHand(ref peDominantHand);
4401 return result;
4402 }
4403 public EVRInputError SetDominantHand(ETrackedControllerRole eDominantHand)
4404 {
4405 EVRInputError result = FnTable.SetDominantHand(eDominantHand);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected