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

Method GetKeyboardText

headers/openvr_api.cs:3811–3815  ·  view source on GitHub ↗
(System.Text.StringBuilder pchText,uint cchText)

Source from the content-addressed store, hash-verified

3809 return result;
3810 }
3811 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText)
3812 {
3813 uint result = FnTable.GetKeyboardText(pchText,cchText);
3814 return result;
3815 }
3816 public void HideKeyboard()
3817 {
3818 FnTable.HideKeyboard();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected