(ulong ulOverlayHandle,ref VROverlayInputMethod peInputMethod)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected