(IntPtr pInterface)
| 4331 | { |
| 4332 | IVRInput FnTable; |
| 4333 | internal CVRInput(IntPtr pInterface) |
| 4334 | { |
| 4335 | FnTable = (IVRInput)Marshal.PtrToStructure(pInterface, typeof(IVRInput)); |
| 4336 | } |
| 4337 | public EVRInputError SetActionManifestPath(string pchActionManifestPath) |
| 4338 | { |
| 4339 | IntPtr pchActionManifestPathUtf8 = Utils.ToUtf8(pchActionManifestPath); |
nothing calls this directly
no outgoing calls
no test coverage detected