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

Method device_has_hand_tracking

StereoKit/Native/NativeAPI.cs:49–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 [return: MarshalAs(UnmanagedType.Bool)]
48 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool device_has_eye_gaze ();
49 [return: MarshalAs(UnmanagedType.Bool)]
50 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool device_has_hand_tracking ();
51
52 ///////////////////////////////////////////
53

Callers 1

DeviceClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected