MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / device_get_tracking

Method device_get_tracking

StereoKit/Native/NativeAPI.cs:43–43  ·  view source on GitHub ↗

[DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern FovInfo device_display_get_fov ();

()

Source from the content-addressed store, hash-verified

41 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int device_display_get_height ();
42 //[DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern FovInfo device_display_get_fov ();
43 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern DeviceTracking device_get_tracking ();
44 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr device_get_name ();
45 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr device_get_runtime ();
46 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr device_get_gpu ();

Callers 1

DeviceClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected