()
| 3814 | return result; |
| 3815 | } |
| 3816 | public void HideKeyboard() |
| 3817 | { |
| 3818 | FnTable.HideKeyboard(); |
| 3819 | } |
| 3820 | public void SetKeyboardTransformAbsolute(ETrackingUniverseOrigin eTrackingOrigin,ref HmdMatrix34_t pmatTrackingOriginToKeyboardTransform) |
| 3821 | { |
| 3822 | FnTable.SetKeyboardTransformAbsolute(eTrackingOrigin,ref pmatTrackingOriginToKeyboardTransform); |
nothing calls this directly
no outgoing calls
no test coverage detected