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

Method GetOverlayInputMethod

headers/openvr_api.cs:3653–3657  ·  view source on GitHub ↗
(ulong ulOverlayHandle,ref VROverlayInputMethod peInputMethod)

Source from the content-addressed store, hash-verified

3651 return result;
3652 }
3653 public EVROverlayError GetOverlayInputMethod(ulong ulOverlayHandle,ref VROverlayInputMethod peInputMethod)
3654 {
3655 EVROverlayError result = FnTable.GetOverlayInputMethod(ulOverlayHandle,ref peInputMethod);
3656 return result;
3657 }
3658 public EVROverlayError SetOverlayInputMethod(ulong ulOverlayHandle,VROverlayInputMethod eInputMethod)
3659 {
3660 EVROverlayError result = FnTable.SetOverlayInputMethod(ulOverlayHandle,eInputMethod);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected