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

Method GetPrimaryDashboardDevice

headers/openvr_api.cs:3788–3792  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3786 Marshal.FreeHGlobal(pchOverlayToShowUtf8);
3787 }
3788 public uint GetPrimaryDashboardDevice()
3789 {
3790 uint result = FnTable.GetPrimaryDashboardDevice();
3791 return result;
3792 }
3793 public EVROverlayError ShowKeyboard(int eInputMode,int eLineInputMode,uint unFlags,string pchDescription,uint unCharMax,string pchExistingText,ulong uUserValue)
3794 {
3795 IntPtr pchDescriptionUtf8 = Utils.ToUtf8(pchDescription);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected