(ref ETrackedControllerRole peDominantHand)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected