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

Method CVRInput

headers/openvr_api.cs:4333–4336  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected