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

Method IsUsingLegacyInput

headers/openvr_api.cs:4510–4514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4508 return result;
4509 }
4510 public bool IsUsingLegacyInput()
4511 {
4512 bool result = FnTable.IsUsingLegacyInput();
4513 return result;
4514 }
4515 public EVRInputError OpenBindingUI(string pchAppKey,ulong ulActionSetHandle,ulong ulDeviceHandle,bool bShowOnDesktop)
4516 {
4517 IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected