()
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected